You are here: Features > Cell Functions > Linkage Functions > ENTCLP function

ENTCLP Function

Retrieves entity specific information by CLP code.

Syntax

ENTCLP("Raw Entity Code",CLP code)

Where

Raw Entity Code is the raw database code for the entity to be retrieved. If this code is not known, use the RAWENT function to return it based on the abbreviated entity name.

CLP code is the CLP code number assigned to the desired information.

Example 1

ENTCLP(RAWENT("ABBR"),2)

Will return the operating name of the entity with abbreviation ABBR.

Example 2

ENTCLP(RAWENT(),106)

Will return the phone number of the currently active entity.

Related Topics