KVSPSAPost Job Shipment Lines#
Procedures#
Set(Record KVSPSAJob Document Header) :#
procedure Set(JobDocumentHeader: Record "KVSPSAJob Document Header"):
Events#
KVSPSAOnBeforePrintShip(Record KVSPSAPostedJobDocumentHeader, Record KVSPSAJob Document Header, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforePrintShip(var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"; JobDocumentHeader: Record "KVSPSAJob Document Header"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Report, Report::"KVSPSAPost Job Shipment Lines", 'KVSPSAOnBeforePrintShip', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforePrintShip(var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"; JobDocumentHeader: Record "KVSPSAJob Document Header"; var IsHandled: Boolean)
begin
end;