Table of Contents

OnAfterSetContractDetailLineFilters Event

Codeunit Release Contract

Raised after the filters for Contract Detail Lines are set.

Signature

[IntegrationEvent(false, false)]
OnAfterSetContractDetailLineFilters(var ContractDetailLine: Record "QWEPR Contract Detail Line"; ContractHeader: Record "QWEPR Contract Header"; ContractLine: Record "QWEPR Contract Line")

Parameters

var ContractDetailLine Record "QWEPR Contract Detail Line"

An instance of Contract Detail Line. Filters on this instance will determine which Contract Detail Lines will be part of the checks and calculations in the release, like Chargeable Amount.

ContractHeader Record "QWEPR Contract Header"

The Contract that will be released.

ContractLine Record "QWEPR Contract Line"

An filtered instance of Contract Line.

This documentation is generated from Parrot v27.0