CFLOnBeforeGLEntryModify Event

  • 2 minutes to read

Codeunit CFL Dimension Mgt

Integration event that fires before a G/L Entry is modified. Allows subscribers to handle the modification themselves or perform additional validation/processing.

Signature

[IntegrationEvent(false, false)]
CFLOnBeforeGLEntryModify(var GLEntry: Record "G/L Entry"; var IsHandled: Boolean)

Parameters

var GLEntry Record "G/L Entry"

The G/L Entry record that is about to be modified.

var IsHandled Boolean

Set to true by subscribers if they have handled the modification themselves.