OnBeforeValidateSalesLineUnitPrice Event
Raised before the validation of Unit Price on Sales Line.
Signature
[IntegrationEvent(false, false)]
OnBeforeValidateSalesLineUnitPrice(var SalesLine: Record "Sales Line"; ContractLine: Record "QWEPR Contract Line"; UnitPrice: 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.
UnitPrice
Decimal
The Unit Price that will be validated on the Sales Line.
var IsHandled
Boolean
Should be set to true if validation of unit price is handled. Should be honored if already set. (Handled Pattern)
This documentation is generated from Parrot v23.0.208813.0