Table of Contents

OnAfterSetContractLineFiltersBeforeCreateSalesLines Event

Codeunit Create Documents

Raised after an instance of Contract Line is filtered before creating sales lines. This can be used to change the filters that will be used when looping the Contract Lines.

Signature

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

Parameters

var ContractLine Record "QWEPR Contract Line"

The Contract Line, the filters on this instance will determine what lines that are used to create Sales Lines.

ContractHeader Record "QWEPR Contract Header"

The Contract for which the sales document is created.

This documentation is generated from Parrot v27.0