Table of Contents

OnBeforeReopenContract Event

Codeunit Reopen Contract

Raised first in the ReopenContract() function.

Signature

[IntegrationEvent(false, false)]
OnBeforeReopenContract(var ContractHeader: Record "QWEPR Contract Header"; var IsHandled: Boolean)

Parameters

var ContractHeader Record "QWEPR Contract Header"

The contract that is being reopened.

var IsHandled Boolean

Should be set to true to suppress this function. Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0