Codeunit "Small Business Report Catalog"
ID 9025
Namespace: Microsoft.Utilities
Obsolete
This element will become obsolete from version 27.0. The page that this codeunit is used in is no longer used. Therefore, this codeunit is no longer needed.
Properties
Name
Value
ObsoleteState
Pending
ObsoleteReason
The page that this codeunit is used in is no longer used. Therefore, this codeunit is no longer needed.
ObsoleteTag
27.0
Methods
RunAgedAccountsReceivableReport
procedure RunAgedAccountsReceivableReport(UseRequestPage: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
RunAgedAccountsPayableReport
procedure RunAgedAccountsPayableReport(UseRequestPage: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
RunCustomerTop10ListReport
procedure RunCustomerTop10ListReport(UseRequestPage: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
RunVendorTop10ListReport
procedure RunVendorTop10ListReport(UseRequestPage: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
RunCustomerStatementReport
procedure RunCustomerStatementReport(UseRequestPage: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
RunTrialBalanceReport
procedure RunTrialBalanceReport(UseRequestPage: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
Events
OnBeforeRunCustomerStatementReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunCustomerStatementReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
OnBeforeRunCustomerTop10ListReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunCustomerTop10ListReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
OnBeforeRunVendorTop10ListReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunVendorTop10ListReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
OnBeforeRunTrialBalanceReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunTrialBalanceReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
OnBeforeRunDetailTrialBalanceReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunDetailTrialBalanceReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
OnBeforeRunAgedAccountsReceivableReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunAgedAccountsReceivableReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
OnBeforeRunAgedAccountsPayableReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunAgedAccountsPayableReport(UseRequestPage: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
UseRequestPage
Boolean
IsHandled
Boolean
See also