KVSMEDInvoicePackages#
Events#
OnCreatePackageOnBeforePrintPackage(Code[20], Date, Code[20], Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnCreatePackageOnBeforePrintPackage(NewBillingCombineInvoiceNo: Code[20]; InvoicePackageDate: Date; BillingCombineInvoiceCustomerNo: Code[20]; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSMEDInvoicePackages", 'OnCreatePackageOnBeforePrintPackage', '', false, false)]
local procedure DoSomethingOnCreatePackageOnBeforePrintPackage(NewBillingCombineInvoiceNo: Code[20]; InvoicePackageDate: Date; BillingCombineInvoiceCustomerNo: Code[20]; var IsHandled: Boolean)
begin
end;
OnPrintPackageAgainOnBeforePrintPackage(Record KVSMEDInvoicePackageLine, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnPrintPackageAgainOnBeforePrintPackage(KVSMEDInvoicePackageLine: Record "KVSMEDInvoicePackageLine"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSMEDInvoicePackages", 'OnPrintPackageAgainOnBeforePrintPackage', '', false, false)]
local procedure DoSomethingOnPrintPackageAgainOnBeforePrintPackage(KVSMEDInvoicePackageLine: Record "KVSMEDInvoicePackageLine"; var IsHandled: Boolean)
begin
end;