Description
This function allows you to access a field within the current record loop.
Signature 1
CurrentRecord('fieldname')
Signature 2
CurrentRecord('fieldname', 'defaultvalue')
Example 1
Delete all contacts that start with the letter A.
ForEachRecord(
FindRecordsFD('AllContactsStartingWithA' ),
DeleteRecord('contact', CurrentRecord('contactid')
)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| entitycollection | xxxx | xxxx | xxxx |
