ReferenceLookups
Supports lookup functionality for reference values used across the system.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the lookup configuration record within the system. |
| Name | String | True |
The name or label assigned to the lookup configuration. |
| Status | String | False |
The current status of the lookup configuration, such as active or inactive. |
| Created By | String | True |
The user who originally created the lookup configuration record. |
| Created Date | Datetime | True |
The date and time when the lookup configuration record was created. |
| Last Modified By | String | True |
The user who most recently modified the lookup configuration record. |
| Last Modified Date | Datetime | True |
The date and time when the lookup configuration record was last updated. |
| Connection | String | False |
The system-level reference to the data connection used in the lookup. |
| Lookup Type | String | False |
The type of lookup operation being performed, such as single match or multi-match. |
| Source Key | String | False |
The key field from the source system used in the lookup. |
| Target Key | String | False |
The key field in the target system used for matching. |
| Target Key Field | String | False |
The specific field in the target system that serves as the lookup key. |
| Target Object | String | False |
The object or table in the target system being referenced by the lookup. |
| Global ID | String | True |
The globally unique identifier used for system-wide integration and tracking. |
| Link | String | False |
The system-generated hyperlink or reference to access the lookup configuration record. |