CFLOnBeforeModifySalesCrMemoLine Event

  • 2 minutes to read

Codeunit CFL Update Dimensions

Integration event that fires before a posted sales credit memo line is modified. Allows subscribers to handle the modification themselves or perform additional validation/processing.

Signature

[IntegrationEvent(false, false)]
CFLOnBeforeModifySalesCrMemoLine(SalesCrMemoLine: Record "Sales Cr.Memo Line"; var IsHandled: Boolean)

Parameters

SalesCrMemoLine Record "Sales Cr.Memo Line"

The sales credit memo line that is about to be modified.

var IsHandled Boolean

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