Description
Finds a pipe-separated list of values on an entity based on entitycollection.
Signature
FindListValuesEx('entitycollection', 'fieldname_containing_values')
Example
FindListValuesEx(
FindRecords(
'systemuser',
'lastname',
'grace',
SetFindSelect('systemuserid'),
'50',
'true'),
'systemuserid'
)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| key | xxxx | xxxx | xxxx |
| defaultvalue | xxxx | xxxx | xxxx |
