Note: This function is provided for backward compatibility. TIBCO recommends using the XREFLOOKUPNOLOCK_AKEY and XREFLOOKUPLOCK_AKEY functions as described in Using XREFLOOKUP Functions.
Description
Similar to the XREFLOOKUPINTERNAL function, but used only with the KEYCROSSREFERENCETWOWAY table in the Scribe Internal Database. Looks up the value in APP_B_KEY and returns the value in APP_A_KEY.
Syntax
XREFLOOKUP_AKEY ( LabelValue, AppBKeyValue )
Parameter | Description |
---|---|
LabelValue | The object label in the KEYCROSSREFERENCETWOWAY table to be used for the lookup. |
AppBKeyValue | The value to be looked up in the APP_B_KEY field. |
Remarks
Note: This function requires special handling when working with bulk operations. See Using Bulk Operations for more information.
Use this function to generate the user variable in the Cross Reference Keys window.
See also