Page "Purchase Analysis Report"
ID 7118
Namespace: Microsoft.Purchases.Analysis
Source table: Table Microsoft.Inventory.Analysis."Analysis Line"
Properties
| Name | Value |
|---|---|
| Caption | Purchase Analysis Report |
| DataCaptionExpression | GetCaption() |
| DeleteAllowed | False |
| InsertAllowed | False |
| LinksAllowed | False |
| PageType | Card |
| SaveValues | True |
| SourceTable | Table Microsoft.Inventory.Analysis."Analysis Line" |
| SourceTableView | where("Analysis Area" = const(Purchase)) |
Methods
SetFilters
procedure SetFilters()
SetReportName
procedure SetReportName(NewReportName: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| NewReportName | Code[10] |
Events
OnBeforeSetPointsAnalysisColumn
[IntegrationEvent(False,False)]
local procedure OnBeforeSetPointsAnalysisColumn(CurrentColumnTemplate: Code[10], Direction: Option, FirstColumn: Text[1024], LastColumn: Text[1024], var tmpFirstColumn: Text[80], var tmpFirstLineNo: Integer, var tmpLastColumn: Text[80], var tmpLastLineNo: Integer, NoOfColumns: Integer, LastLineNo: Integer, FirstLineNo: Integer, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| CurrentColumnTemplate | Code[10] | |
| Direction | Option | |
| FirstColumn | Text[1024] | |
| LastColumn | Text[1024] | |
| tmpFirstColumn | Text[80] | |
| tmpFirstLineNo | Integer | |
| tmpLastColumn | Text[80] | |
| tmpLastLineNo | Integer | |
| NoOfColumns | Integer | |
| LastLineNo | Integer | |
| FirstLineNo | Integer | |
| IsHandled | Boolean |