Page "Report Layout Selection"

ID 9652
Namespace: Microsoft.Foundation.Reporting

Properties

Name Value
AdditionalSearchTerms customization,document layout
ApplicationArea #Basic,#Suite
Caption Report Layout Selection
DeleteAllowed False
InsertAllowed False
PageType List
SourceTable Table Microsoft.Foundation.Reporting."Report Layout Selection"
SourceTableTemporary True
UsageCategory Administration

Methods

UpdateRec

procedure UpdateRec()

GetSelectedCompanyName

procedure GetSelectedCompanyName(): Text[30]

Returns

Type Description
Text[30]

Events

OnSelectReportLayout

[IntegrationEvent(False,False)]
local procedure OnSelectReportLayout(var ReportLayoutList: Record "Report Layout List", var Handled: Boolean)

Parameters

Name Type Description
ReportLayoutList Table System.Reflection."Report Layout List"
Handled Boolean

OnGetRecOnBeforeModify

[IntegrationEvent(False,False)]
local procedure OnGetRecOnBeforeModify(var ReportLayoutSelection: Record "Report Layout Selection", SelectedCompany: Text[30])

Parameters

Name Type Description
ReportLayoutSelection Table Microsoft.Foundation.Reporting."Report Layout Selection"
SelectedCompany Text[30]

OnUpdateRecOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnUpdateRecOnBeforeInsert(var ToReportLayoutSelection: Record "Report Layout Selection", FromReportLayoutSelection: Record "Report Layout Selection", SelectedCompany: Text[30])

Parameters

Name Type Description
ToReportLayoutSelection Table Microsoft.Foundation.Reporting."Report Layout Selection"
FromReportLayoutSelection Table Microsoft.Foundation.Reporting."Report Layout Selection"
SelectedCompany Text[30]

OnUpdateRecOnBeforeModify

[IntegrationEvent(False,False)]
local procedure OnUpdateRecOnBeforeModify(var ToReportLayoutSelection: Record "Report Layout Selection", FromReportLayoutSelection: Record "Report Layout Selection", SelectedCompany: Text[30])

Parameters

Name Type Description
ToReportLayoutSelection Table Microsoft.Foundation.Reporting."Report Layout Selection"
FromReportLayoutSelection Table Microsoft.Foundation.Reporting."Report Layout Selection"
SelectedCompany Text[30]

See also