Modifies a record in a C/SIDE table.

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

Parameters

RecordRef

Type: RecordRef

The recordref that identifies the record that you want to change.

RunTrigger

Type: Boolean

Specifies whether to run the C/AL code in the OnModify Trigger 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 imageSee Also