Modifies a record in a C/SIDE table.

[Ok :=] Record.MODIFY([RunTrigger])

Parameters

Record

Type: Record

The record that you want to modify.

RunTrigger

Type: Boolean

Specifies whether to run the C/AL code in the OnModify Trigger.

If this parameter is true, then the code will be executed. If this parameter is false (default), then the code will not be executed.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample 1

Expand imageExample 2

Expand imageSee Also