OnBeforeUpdateLocationCode Event
Raised before the Location Code on the ContractHeader is set.
Signature
[IntegrationEvent(false, false)]
OnBeforeUpdateLocationCode(var ContractHeader: Record "QWEPR Contract Header"; LocationCode: Code[10]; var IsHandled: Boolean)
Parameters
var ContractHeader
Record "QWEPR Contract Header"
The Contract Header for which location will be set.
LocationCode
Code[10]
If LocationCode is set, the supplied Location Code will be used for the contract. If LocationCode is not set, default functionality to set Location Code will be used.
var IsHandled
Boolean
Should be set to true if default functionality to set Location Code not should be executed. Should be honored if already set. (Handled Pattern)
This documentation is generated from Parrot v26.0.233072.0