StandardLookupsLOV
Provides a queryable list of standard lookup codes and their descriptions, supporting consistent reference data sharing.
Columns
| Name | Type | Description |
| LookupType [KEY] | String | The category or type of lookup associated with the value. |
| LookupCode [KEY] | String | A unique code representing a specific lookup value. |
| Meaning | String | The user-friendly meaning or label associated with the lookup code. |
| Description | String | A detailed description of the lookup value. |
| Tag | String | An optional tag used for classification or grouping of the lookup value. |
| ActiveDate | Date | The date when the lookup value becomes active. |
| Bind_ParentLookupCode | String | The parent lookup code to which this lookup value is related. |
| Bind_ParentSetidDetermType | String | Specifies the determination type for the parent set ID. |
| Bind_ParentSetidDetermValue | String | The value used to determine the parent set ID. |
| Bind_RelationshipId | Long | A unique identifier for the relationship between lookups. |
| BindActiveDate | Date | The active date for the bound lookup relationship. |
| BindLookupCode | String | The lookup code to which this lookup value is bound. |
| BindLookupType | String | The lookup type to which this lookup value is bound. |
| BindTag | String | A tag associated with the bound lookup relationship. |
| Finder | String | A system-generated reference used to locate lookup values. |
| NewLookupCode1 | String | A new or alternative lookup code that can be used as a reference. |
| NewLookupCode2 | String | A second alternative lookup code that can be used as a reference. |
| NewLookupCode3 | String | A third alternative lookup code that can be used as a reference. |
| NewLookupCode4 | String | A fourth alternative lookup code that can be used as a reference. |
| NewLookupCode5 | String | A fifth alternative lookup code that can be used as a reference. |