Skip to content

KVSFCYJobLogisticManagement#

Events#

OnAfterCreateJobLocation(Record Location, Record Location) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCreateJobLocation(FromLocation: Record "Location"; var ToLocation: Record "Location"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYJobLogisticManagement", 'OnAfterCreateJobLocation', '', false, false)]
local procedure DoSomethingOnAfterCreateJobLocation(FromLocation: Record "Location"; var ToLocation: Record "Location")
begin
end;