Table of Contents

OnBeforeUpdateContractShipToAddress Event

Codeunit Contract Address Mgt

Raised after a ship-to address 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)]
OnBeforeUpdateContractShipToAddress(ShiptoAddress: Record "Ship-to Address"; xShiptoAddress: Record "Ship-to Address"; var DoUpdate: Boolean; var IsHandled: Boolean)

Parameters

ShiptoAddress Record "Ship-to Address"

The ship-to address record that is causing the update.

xShiptoAddress Record "Ship-to Address"

The ship-to address record as it was before it was modified.

var DoUpdate Boolean

Set to true if affected contracts should be updated from ship-to address, 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