Table of Contents

OnBeforeConfirmLinesWithContractUniqueUnitPriceZero Event

Codeunit Release Contract

Raised before issue a dialog, where the user must confirm if contract lines with contract unique unit price set to 0, is ok or not.

Signature

[IntegrationEvent(false, false)]
OnBeforeConfirmLinesWithContractUniqueUnitPriceZero(ContractHeader: Record "QWEPR Contract Header"; var LineWithUnitPriceZero: Text; var IsHandled: Boolean)

Parameters

ContractHeader Record "QWEPR Contract Header"

The Contract Header of the Contract that will be released.

var LineWithUnitPriceZero Text

A text string showing which contract lines in a contract that have a contract unique unit price set to 0. Each contract line is separated by a line break "\".

var IsHandled Boolean

If IsHandled is set to true the warning message regarding contract lines with contract unique unit price set to 0, will not be shown. Should be honored if set to true.

This documentation is generated from Parrot v27.0