KVSTRDExtPurchasingCodeMgt
Events
KVSTRDOnAfterSetPurchasingCode(Record Sales Line) :
Summary: This event is raised after the purchasing code has been set on the Sales Line.
[IntegrationEvent(false, false)]
local procedure KVSTRDOnAfterSetPurchasingCode(var SalesLine: Record "Sales Line"):
Parameters:
SalesLine: The Sales Line record where the purchasing code was set.
KVSTRDOnBeforeSetPurchasingCode(Record Sales Line, Boolean) :
Summary: This event is raised before the purchasing code is set on the Sales Line.
[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeSetPurchasingCode(var SalesLine: Record "Sales Line"; var isHandled: Boolean):
Parameters:
SalesLine: The Sales Line record where the purchasing code will be set.isHandled: Specifies if the event has been handled. If set to true, the default logic will not be executed.