Description
Finds a collection of records as defined by the fetchxml defined within a formula detail record.
Find a list of contacts with a parent company filtering by the city field of the current contact.
Signature
FindRecordsFD('formuladetail', 'nolock', SetParams('param1', 'param2'))
Example
FindRecordsFD('ContactsWithParents', true, SetParams([contact.address1_city]))
Parameters
Name | Type | Description | Required |
---|---|---|---|
formuladetail | xxxx | xxxx | xxxx |
nolock | xxxx | xxxx | xxxx |
SetParams | xxxx | xxxx | xxxx |
Notes: