Table of Contents

OnBeforeValidateSalesLineLineDiscPercent Event

Codeunit Create Documents

Raised before the validation of Line Discount Percent on Sales Line.

Signature

[IntegrationEvent(false, false)]
OnBeforeValidateSalesLineLineDiscPercent(var SalesLine: Record "Sales Line"; ContractLine: Record "QWEPR Contract Line"; LineDiscPercent: Decimal; var IsHandled: Boolean)

Parameters

var SalesLine Record "Sales Line"

The Sales Line that will be updated.

ContractLine Record "QWEPR Contract Line"

The Contract Line that is the source of the Sales Line.

LineDiscPercent Decimal

The Line Discount Percent that will be validated on the Sales Line.

var IsHandled Boolean

Should be set to true if validation of line discount percent is handled. Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0