Table of Contents

OnBeforeUpdateContractLine Event

Codeunit Contract Posting Mgt.

Raised during update of a Contract Entry on posting, before the Contract Line is updated. Can be used to control the logic for how the Contract should be updated during posting.

Signature

[IntegrationEvent(false, false)]
OnBeforeUpdateContractLine(var ContractLine: Record "QWEPR Contract Line"; ContractEntry: Record "QWEPR Contract Entry"; var IsHandled: Boolean)

Parameters

var ContractLine Record "QWEPR Contract Line"

The Contract Line that will be updated.

ContractEntry Record "QWEPR Contract Entry"

The Contract Entry for the current Contract.

var IsHandled Boolean

Should be set to true if the update of the Contract Header is handled. Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0