Description
Finds the name (primary entity field) of any record by entity and the GUID of the record.
Find the account name given the account guid.
Signature
FindValueQuickName('entitylogicalname', 'inputfieldvalue')
Example
FindValueQuickName( 'account', '00124ac3-0f6f-40dd-be64-d8c0bc5dbfbd' ) Returns 'Microsoft'
Parameters
Name | Type | Description | Required |
---|---|---|---|
entitylogicalname | xxxx | xxxx | xxxx |
inputfieldvalue | xxxx | xxxx | xxxx |