Skip to content

KVSTRDExtPurchasingCodeMgt#

Events#

KVSTRDOnAfterSetPurchasingCode(Record Sales Line) :#

[IntegrationEvent(false, false)]
local procedure KVSTRDOnAfterSetPurchasingCode(var SalesLine: Record "Sales Line"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDExtPurchasingCodeMgt", 'KVSTRDOnAfterSetPurchasingCode', '', false, false)]
local procedure DoSomethingKVSTRDOnAfterSetPurchasingCode(var SalesLine: Record "Sales Line")
begin
end;

KVSTRDOnBeforeSetPurchasingCode(Record Sales Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeSetPurchasingCode(var SalesLine: Record "Sales Line"; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDExtPurchasingCodeMgt", 'KVSTRDOnBeforeSetPurchasingCode', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeSetPurchasingCode(var SalesLine: Record "Sales Line"; var isHandled: Boolean)
begin
end;