CFLOnBeforeModifySalesInvLine Event
Codeunit CFL Update Dimensions
Integration event that fires before a posted sales invoice line is modified. Allows subscribers to handle the modification themselves or perform additional validation/processing.
Signature
[IntegrationEvent(false, false)]
CFLOnBeforeModifySalesInvLine(SalesInvLine: Record "Sales Invoice Line"; var IsHandled: Boolean)
Parameters
SalesInvLine Record "Sales Invoice Line"
The sales invoice line that is about to be modified.
var IsHandled Boolean
Set to true by subscribers if they have handled the modification themselves.