Table "Report Selection Warehouse"
ID 7355
Namespace: Microsoft.Warehouse.Setup
Properties
| Name | Value |
|---|---|
| Caption | Report Selection Warehouse |
| DataClassification | CustomerContent |
Fields
| Name | Type | Description |
|---|---|---|
| Usage | Enum Microsoft.Warehouse.Setup."Report Selection Warehouse Usage" | |
| Sequence | Code[10] | |
| "Report ID" | Integer | |
| "Report Caption" | Text[250] | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
NewRecord
procedure NewRecord()
PrintWhseActivityHeader
procedure PrintWhseActivityHeader(var WhseActivHeader: Record "Warehouse Activity Header", ReportUsage: Enum "Report Selection Warehouse Usage", HideDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| WhseActivHeader | Table Microsoft.Warehouse.Activity."Warehouse Activity Header" | |
| ReportUsage | Enum Microsoft.Warehouse.Setup."Report Selection Warehouse Usage" | |
| HideDialog | Boolean |
PrintWhseReceiptHeader
procedure PrintWhseReceiptHeader(var WarehouseReceiptHeader: Record "Warehouse Receipt Header", HideDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| WarehouseReceiptHeader | Table Microsoft.Warehouse.Document."Warehouse Receipt Header" | |
| HideDialog | Boolean |
PrintPostedWhseReceiptHeader
procedure PrintPostedWhseReceiptHeader(var PostedWhseReceiptHeader: Record "Posted Whse. Receipt Header", HideDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| PostedWhseReceiptHeader | Table Microsoft.Warehouse.History."Posted Whse. Receipt Header" | |
| HideDialog | Boolean |
PrintWhseShipmentHeader
procedure PrintWhseShipmentHeader(var WarehouseShipmentHeader: Record "Warehouse Shipment Header", HideDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| WarehouseShipmentHeader | Table Microsoft.Warehouse.Document."Warehouse Shipment Header" | |
| HideDialog | Boolean |
PrintPostedWhseShipmentHeader
procedure PrintPostedWhseShipmentHeader(var PostedWhseShipmentHeader: Record "Posted Whse. Shipment Header", HideDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| PostedWhseShipmentHeader | Table Microsoft.Warehouse.History."Posted Whse. Shipment Header" | |
| HideDialog | Boolean |
PrintDocuments
procedure PrintDocuments(RecVarToPrint: Variant, ReportUsage: Enum "Report Selection Warehouse Usage", ShowRequestPage: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| RecVarToPrint | Variant | |
| ReportUsage | Enum Microsoft.Warehouse.Setup."Report Selection Warehouse Usage" | |
| ShowRequestPage | Boolean |
Events
OnBeforePrintDocument
[IntegrationEvent(False,False)]
local procedure OnBeforePrintDocument(TempReportSelectionWarehouse: Record "Report Selection Warehouse" temporary, ShowRequestPage: Boolean, RecVarToPrint: Variant, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| TempReportSelectionWarehouse | Table Microsoft.Warehouse.Setup."Report Selection Warehouse" | |
| ShowRequestPage | Boolean | |
| RecVarToPrint | Variant | |
| IsHandled | Boolean |
OnAfterPrintDocument
[IntegrationEvent(False,False)]
local procedure OnAfterPrintDocument(TempReportSelectionWarehouse: Record "Report Selection Warehouse" temporary, ShowRequestPage: Boolean, RecVarToPrint: Variant)
Parameters
| Name | Type | Description |
|---|---|---|
| TempReportSelectionWarehouse | Table Microsoft.Warehouse.Setup."Report Selection Warehouse" | |
| ShowRequestPage | Boolean | |
| RecVarToPrint | Variant |
OnSelectTempReportSelectionsToPrint
[IntegrationEvent(False,False)]
local procedure OnSelectTempReportSelectionsToPrint(var TempReportSelectionWarehouse: Record "Report Selection Warehouse" temporary, var FromReportSelectionWarehouse: Record "Report Selection Warehouse", var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| TempReportSelectionWarehouse | Table Microsoft.Warehouse.Setup."Report Selection Warehouse" | |
| FromReportSelectionWarehouse | Table Microsoft.Warehouse.Setup."Report Selection Warehouse" | |
| IsHandled | Boolean |