Skip to content

KVSMEDEBillingFileInfo300#

Events#

OnBeforeCreateNewBillingFile300(Record KVSMEDEBillingInstitutionSetup, Boolean) :#

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

[IntegrationEvent(false, false)]
local procedure OnBeforeCreateNewBillingFile300(KVSMEDEBillingInstitutionSetup: Record "KVSMEDEBillingInstitutionSetup"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDEBillingFileInfo300", 'OnBeforeCreateNewBillingFile300', '', false, false)]
local procedure DoSomethingOnBeforeCreateNewBillingFile300(KVSMEDEBillingInstitutionSetup: Record "KVSMEDEBillingInstitutionSetup"; var IsHandled: Boolean)
begin
end;

Parameters:

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

OnBeforeCreateExistingBillingFile300(Record KVSMEDEBillingFileInfo, Boolean) :#

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

[IntegrationEvent(false, false)]
local procedure OnBeforeCreateExistingBillingFile300(KVSMEDEBillingFileInfo: Record "KVSMEDEBillingFileInfo"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDEBillingFileInfo300", 'OnBeforeCreateExistingBillingFile300', '', false, false)]
local procedure DoSomethingOnBeforeCreateExistingBillingFile300(KVSMEDEBillingFileInfo: Record "KVSMEDEBillingFileInfo"; var IsHandled: Boolean)
begin
end;

Parameters:

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