Description
Deletes all records found via a FetchXML query. The FetchXML query is defined in the Global FetchXML tab on a Decision Table formula or in a Formula Detail record.
Signature
DeleteRecordsFD('formuladetailname', 'nolock', SetParams('field1','field2'))
Example 1
DeleteRecordsFD('FindRelatedContacts')
Example 2
DeleteRecordsFD('FindRelatedContacts', true, SetParams([account.contactid]))
Parameters
Name | Type | Description | Required |
---|---|---|---|
entityname | xxxx | xxxx | xxxx |