Codeunit 18122164 EOS003 Tables Operations

Codeunit 18122164 EOS003 Tables Operations

Events

OnBeforeModifyRecord

local procedure OnBeforeModifyRecord(var RecRef: RecordRef; var ModifyValue: Boolean; var IsHandled: Boolean)

Raised before modifying a record. This allow you to prevent errors on missing permissions.

Parameters / Return Value

  • RecRef RecordRef

    Record to modify

  • ModifyValue Boolean

    Returned value from RecRef.Modify() on your custom events

  • IsHandled Boolean

    To set true when you perform the modify by your side



EOS Labs -