Deletes all records in a C/SIDE table that fall within a specified range.

RecordRef.DELETEALL([RunTrigger])

Parameters

RecordRef

Type: RecordRef

Identifies the table in which the deletion will occur. Only those records selected by the filters set for recordref are deleted.

RunTrigger

Type: Boolean

Specifies whether the code in the OnDelete trigger will be executed. If this parameter is true, the code will be executed. If this parameter is false (default), the code will not be executed.

This parameter is optional.

Expand imageRemarks

Expand imageSee Also