KVSFCYReleasePurchDocumentSub
Events
OnBeforeTestUnitOfMeasureCode(Boolean) :
Summary: Event before testing unit of measure code.
[IntegrationEvent(false, false)]
local procedure OnBeforeTestUnitOfMeasureCode(var IsHandled: Boolean):
Parameters:
IsHandled: Whether the event is handled.
OnBeforeTestUnitOfMeasureCodeExt(Record Purchase Line, Boolean) :
Summary: Event before testing unit of measure code extended.
[IntegrationEvent(false, false)]
local procedure OnBeforeTestUnitOfMeasureCodeExt(var PurchaseLine: Record "Purchase Line"; var IsHandled: Boolean):
Parameters:
PurchaseLine: The purchase line being validated.IsHandled: Whether the event is handled.