Codeunit 18008267 EOS020 Generic Event Handlers
Codeunit 18008267 EOS020 Generic Event Handlers
Events
OnBeforeAfterHandleEOSFiscalReportVSStandard
local procedure OnBeforeAfterHandleEOSFiscalReportVSStandard(ReportId: Integer; var NewReportId: Integer; var Hidedialog: Boolean; var Substitute: Boolean)
Raised when a standard report that has an EOS version available is ran. This event is fired before standard logics
Parameters / Return Value
ReportId
Integer
Report called by the user.
NewReportId
Integer
Report that will substitute the called one.
Hidedialog
Boolean
Specifies if a confirmation dialog will be displayed asking if user wants to use EOS version.
Substitute
Boolean
Specifies if called report must be substituted.
OnAfterHandleEOSFiscalReportVSStandard
local procedure OnAfterHandleEOSFiscalReportVSStandard(ReportId: Integer; var NewReportId: Integer)
Raised when a standard report that has an EOS version available is ran. This event is fired after standard logics, when NewReportId has already been assigned
Parameters / Return Value
ReportId
Integer
Report called by the user.
NewReportId
Integer
Report that will substitute the called one.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.