XREFLOOKUP_BKEY

Note: This function is provided for backward compatibility. TIBCO recommends using the XREFLOOKUPNOLOCK_BKEY and XREFLOOKUPLOCK_BKEY functions as described in Using XREFLOOKUP Functions.

Description

Similar to the XREFLOOKUPINTERNAL function, but designed for use only with the KEYCROSSREFERENCETWOWAY table in the Scribe Internal Database. Looks up the value in APP_A_KEY and returns the value in APP_B_KEY.

Syntax

XREFLOOKUP_BKEY ( LabelValue, AppAKeyValue )

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

XREFLOOKUPLOCK_BKEY

XREFLOOKUPNOLOCK_BKEY