Table of Contents

OnBeforeInsertSalesContractEntry Event

Codeunit Create Documents

Raised before a Contract Entry is inserted when a Sales Line is created from a Contract.

Signature

[IntegrationEvent(false, false)]
OnBeforeInsertSalesContractEntry(var ContractEntry: Record "QWEPR Contract Entry"; var SalesLine: Record "Sales Line"; ContractHeader: Record "QWEPR Contract Header"; ContractLine: Record "QWEPR Contract Line")

Parameters

var ContractEntry Record "QWEPR Contract Entry"

The Contract Entry that will be inserted.

var SalesLine Record "Sales Line"

The Sales Line that is being created and that is connected to the Contract Entry that is about to be inserted.

ContractHeader Record "QWEPR Contract Header"

The Contract that is being used to create the Sales Document.

ContractLine Record "QWEPR Contract Line"

The Contract Line that is being used to create the current Sales Line.

This documentation is generated from Parrot v27.0