Description
Similar to the XREFLOOKUP function, but designed for use only with the KEYCROSSREFERENCE table in the Scribe Internal Database. Returns an error if more than one row is found during the lookup.
Syntax
XREFLOOKUPINTERNAL ( LabelValue, SourceKeyValue )
Parameter | Description |
---|---|
LabelValue | The object label in the KEYCROSSREFERENCETWOWAY table to be used for the lookup. |
SourceKeyValue | The value to be looked up in the SOURCEKEY field in the KEYCROSSREFERENCE table. |
Remarks
Note: This function requires special handling when working with bulk operations. See Using Bulk Operations for more information.
See also