Skip to content

KVSMEDEBillingFileInfo302#

Events#

OnBeforeCreateNewBillingFile302(Record KVSMEDEBillingInstitutionSetup, Boolean) :#

Summary: This event is fired in page eBillingFileInfo302 on creating a new order file

[IntegrationEvent(false, false)]
local procedure OnBeforeCreateNewBillingFile302(KVSMEDEBillingInstitutionSetup: Record "KVSMEDEBillingInstitutionSetup"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDEBillingFileInfo302", 'OnBeforeCreateNewBillingFile302', '', false, false)]
local procedure DoSomethingOnBeforeCreateNewBillingFile302(KVSMEDEBillingInstitutionSetup: Record "KVSMEDEBillingInstitutionSetup"; var IsHandled: Boolean)
begin
end;

Parameters:

  • KVSMEDEBillingInstitutionSetup: The record to create a new file for
  • IsHandled:

OnBeforeCreateExistingBillingFile302(Record KVSMEDEBillingFileInfo, Boolean) :#

Summary: This event is fired in page eBillingFileInfo302 to create an existing order file again

[IntegrationEvent(false, false)]
local procedure OnBeforeCreateExistingBillingFile302(KVSMEDEBillingFileInfo: Record "KVSMEDEBillingFileInfo"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDEBillingFileInfo302", 'OnBeforeCreateExistingBillingFile302', '', false, false)]
local procedure DoSomethingOnBeforeCreateExistingBillingFile302(KVSMEDEBillingFileInfo: Record "KVSMEDEBillingFileInfo"; var IsHandled: Boolean)
begin
end;

Parameters:

  • KVSMEDEBillingFileInfo: The record related to the file
  • IsHandled: