Table of Contents

OnUpdateAllLineDimOnAfterGetContractLineNewDimsetID Event

Table Contract Header

Raised after the Dimension Set is read from the Contract Line, when updating all Contract Line Dimensions from the Contract Header.

Signature

[IntegrationEvent(false, false)]
OnUpdateAllLineDimOnAfterGetContractLineNewDimsetID(var ContractHeader: Record "QWEPR Contract Header"; xContractHeader: Record "QWEPR Contract Header"; ContractLine: Record "QWEPR Contract Line"; var NewDimSetID: Integer; NewParentDimSetID: Integer; OldParentDimSetID: Integer)

Parameters

var ContractHeader Record "QWEPR Contract Header"

The Contract Header for which dimensions are modified.

xContractHeader Record "QWEPR Contract Header"

The xRec of the Contract Header.

ContractLine Record "QWEPR Contract Line"

The Contract Line that will be updated.

var NewDimSetID Integer

The new Dimension Set Id, that will set on the Contract Line.

NewParentDimSetID Integer

The new Dimension Set Id for the Contract Header.

OldParentDimSetID Integer

The old Dimension Set Id for the Contract Header.

This documentation is generated from Parrot v27.0