Table of Contents

OnBeforeCheckContractsDim Event

Codeunit Contract Dim. Mgt.

Raised before any checks of a Contract's dimensions are performed.

Signature

[IntegrationEvent(false, false)]
OnBeforeCheckContractsDim(ContractHeader: Record "QWEPR Contract Header"; var TempContractLine: Record "QWEPR Contract Line" temporary; var IsHandled: Boolean)

Parameters

ContractHeader Record "QWEPR Contract Header"

A Contract Header record for the Contract that will be checked.

var TempContractLine Record "QWEPR Contract Line" temporary

A temporary instance of Contract Line filled with all Contract Lines for the Contract.

var IsHandled Boolean

Should be set to true if no checks of dimensions is wanted. Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0