DeleteRecord Macro Action
You can use the DeleteRecord action to delete a record.
Setting
The CreateRecord data block has the following arguments.
Argument |
Description |
---|---|
Record Alias |
A string that identifies the record to delete. If the Alias argument is not specified, then the current record is deleted. |
Remarks
You can use the LastCreateRecordIdentity local variable to work with last record created in a CreateRecord data block. For example, use the following syntax to to refer to the most recently created record:
[LastCreateRecordIdentity]