Table of Contents

OnBeforeInsertJobContractEntry Event

Codeunit Create Documents

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

Signature

[IntegrationEvent(false, false)]
OnBeforeInsertJobContractEntry(var ContractEntry: Record "QWEPR Contract Entry"; var JobPlanningLine: Record "Job Planning 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 JobPlanningLine Record "Job Planning Line"

The Job Planning 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 Job Planning Lines.

ContractLine Record "QWEPR Contract Line"

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

This documentation is generated from Parrot v27.0