Codeunit "Report Selection Mgt."
ID 1901
Namespace: Microsoft.Foundation.Reporting
Methods
InitReportSelectionSales
procedure InitReportSelectionSales()
InitReportSelectionPurch
procedure InitReportSelectionPurch()
InitReportSelectionInvt
procedure InitReportSelectionInvt()
InitReportSelectionBank
procedure InitReportSelectionBank()
InitReportSelectionCust
procedure InitReportSelectionCust()
InitReportSelectionServ
procedure InitReportSelectionServ()
InitReportSelectionProd
procedure InitReportSelectionProd()
InitReportSelectionWhse
procedure InitReportSelectionWhse()
InitReportSelectionJob
procedure InitReportSelectionJob()
InitReportSelection
procedure InitReportSelection(ReportUsage: Enum "Report Selection Usage")
Parameters
InitReportSelectionWhse
procedure InitReportSelectionWhse(ReportUsage: Enum "Report Selection Warehouse Usage")
Parameters
InsertReportSelectionWhse
procedure InsertReportSelectionWhse(ReportUsage: Enum "Report Selection Warehouse Usage", Sequence: Code[10], ReportID: Integer)
Parameters
Events
OnBeforeInitReportSelectionSales
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionSales()
OnBeforeInitReportSelectionPurch
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionPurch()
OnBeforeInitReportSelectionInvt
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionInvt()
OnBeforeInitReportSelectionBank
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionBank()
OnBeforeInitReportSelectionCust
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionCust()
OnBeforeInitReportSelectionServ
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionServ()
OnBeforeInitReportSelectionProd
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionProd()
OnBeforeInitReportSelectionWhse
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionWhse()
OnBeforeInitReportSelectionJobs
[IntegrationEvent(False,False)]
local procedure OnBeforeInitReportSelectionJobs()
OnAfterInitReportSelectionSales
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionSales()
OnAfterInitReportSelectionPurch
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionPurch()
OnAfterInitReportSelectionInvt
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionInvt()
OnAfterInitReportSelectionBank
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionBank()
OnAfterInitReportSelectionCust
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionCust()
OnAfterInitReportSelectionServ
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionServ()
OnAfterInitReportSelectionProd
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionProd()
OnAfterInitReportSelectionWhse
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionWhse()
OnAfterInitReportSelectionJobs
[IntegrationEvent(False,False)]
local procedure OnAfterInitReportSelectionJobs()
OnInitReportUsage
[IntegrationEvent(False,False)]
local procedure OnInitReportUsage(ReportUsage: Integer)
Parameters
| Name |
Type |
Description |
|
ReportUsage
|
Integer
|
|
OnInitReportUsageWhse
[IntegrationEvent(False,False)]
local procedure OnInitReportUsageWhse(ReportUsage: Integer)
Parameters
| Name |
Type |
Description |
|
ReportUsage
|
Integer
|
|
OnBeforeInsertRepSelectionWhse
[IntegrationEvent(False,False)]
local procedure OnBeforeInsertRepSelectionWhse(ReportUsage: Enum "Report Selection Warehouse Usage", Sequence: Code[10], ReportID: Integer, var IsHandled: Boolean)
Parameters
See also