ExternalKey table |
The ExternalKey table allows you to retrieve the external key names defined for a table's primary key.
Tip |
---|
To use the ExternalKey table, you need to know the GUIDs of the tables you're working with. You can retrieve table GUIDs using the Table table. |
This topic contains the following sections:
When you write templates that access this table, follow these requirements:
Specify the Symbolic Name for the table version to use:
TableID = ExternalKey-1.0
Specify an Intent that this table supports:
TableId (Equals/In)
[Filter] TableId = Equals(Id1) # You can filter on literals or variables from the [User] or [Calculated] section.
[Filter] TableId = In(["Id1","Id2","Id3"])