Table of Contents

OnBeforeUpdateContractAddresses Event

Codeunit Contract Address Mgt

Raised after a customer has been modified and fields that affect a contract has been checked. If any fields that affect a contract has been changed, DoUpdate will be set to true.

Signature

[IntegrationEvent(false, false)]
OnBeforeUpdateContractAddresses(Customer: Record Customer; xCustomer: Record Customer; var DoUpdate: Boolean; var IsHandled: Boolean)

Parameters

Customer Record Customer

The customer record that is causing the update.

xCustomer Record Customer

The customer record as it was before it was modified.

var DoUpdate Boolean

Set to true if affected contracts should be updated from customer, set to false to skip the update.

var IsHandled Boolean

Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0