KVSMEDPrintPortalSub#
Events#
OnBeforeCreatePrintJobDocumentByDiResultBlob(BigInteger, Record KVSMEDDIQueryResultBlob, Boolean, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCreatePrintJobDocumentByDiResultBlob(PrintJobNo: BigInteger; var TempKVSMEDDIQueryResultBlob: Record "KVSMEDDIQueryResultBlob" temporary; IncludeMainPar: Boolean; var Handled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDPrintPortalSub", 'OnBeforeCreatePrintJobDocumentByDiResultBlob', '', false, false)]
local procedure DoSomethingOnBeforeCreatePrintJobDocumentByDiResultBlob(PrintJobNo: BigInteger; var TempKVSMEDDIQueryResultBlob: Record "KVSMEDDIQueryResultBlob" temporary; IncludeMainPar: Boolean; var Handled: Boolean)
begin
end;
OnAfterCreatePrintJobDocumentByDiResultBlob(BigInteger) :#
[IntegrationEvent(false, false)]
local procedure OnAfterCreatePrintJobDocumentByDiResultBlob(PrintJobNo: BigInteger):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDPrintPortalSub", 'OnAfterCreatePrintJobDocumentByDiResultBlob', '', false, false)]
local procedure DoSomethingOnAfterCreatePrintJobDocumentByDiResultBlob(PrintJobNo: BigInteger)
begin
end;