Description
Finds a specific field value in an entity collection
Signature
FindRecordsValue( 'entitycollection', 'fieldname', 'defaultvalue', 'rownumber' )
Example
FindRecordsValue(
GetVar('AccountListing'),
'description',
'Not Set',
'0'
)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| entitycollection | xxxx | xxxx | xxxx |
| fieldname | xxxx | xxxx | xxxx |
| defaultvalue | xxxx | xxxx | xxxx |
| rownumber | xxxx | xxxx | xxxx |
Notes:
