Modifies a field in all records within a range that you specify.

Record.MODIFYALL(Field, NewValue [, RunTrigger])

Parameters

Record

Type: Record

The record that contains the field that you want to modify.

Field

Type: Field

The field that you want to modify.

NewValue

Type: Any

The value that you want to assign to Field in all records. The data type of NewValue must match the data type of Field.

RunTrigger

Type: Boolean

If this parameter is true, the code in the OnModify Trigger is executed. If this parameter is false (default), the code in the OnModify trigger is not executed.

Expand imageRemarks

Expand imageExample

Expand imageSee Also