Page "Return Receipt Statistics"
ID 6665
Namespace: Microsoft.Sales.History
Source table: Table Microsoft.Sales.History."Return Receipt Header"
Properties
| Name | Value |
|---|---|
| Caption | Return Receipt Statistics |
| Editable | False |
| LinksAllowed | False |
| PageType | Card |
| SourceTable | Table Microsoft.Sales.History."Return Receipt Header" |
Events
OnBeforeCalculateTotals
[IntegrationEvent(False,False)]
local procedure OnBeforeCalculateTotals(ReturnReceiptHeader: Record "Return Receipt Header", var LineQty: Decimal, var TotalNetWeight: Decimal, var TotalGrossWeight: Decimal, var TotalVolume: Decimal, var TotalParcels: Decimal, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ReturnReceiptHeader | Table Microsoft.Sales.History."Return Receipt Header" | |
| LineQty | Decimal | |
| TotalNetWeight | Decimal | |
| TotalGrossWeight | Decimal | |
| TotalVolume | Decimal | |
| TotalParcels | Decimal | |
| IsHandled | Boolean |
OnCalculateTotalsOnAfterAddLineTotals
[IntegrationEvent(False,False)]
local procedure OnCalculateTotalsOnAfterAddLineTotals(var ReturnReceiptLine: Record "Return Receipt Line", var LineQty: Decimal, var TotalNetWeight: Decimal, var TotalGrossWeight: Decimal, var TotalVolume: Decimal, var TotalParcels: Decimal, ReturnReceiptHeader: Record "Return Receipt Header")
Parameters
| Name | Type | Description |
|---|---|---|
| ReturnReceiptLine | Table Microsoft.Sales.History."Return Receipt Line" | |
| LineQty | Decimal | |
| TotalNetWeight | Decimal | |
| TotalGrossWeight | Decimal | |
| TotalVolume | Decimal | |
| TotalParcels | Decimal | |
| ReturnReceiptHeader | Table Microsoft.Sales.History."Return Receipt Header" |
OnCalculateTotalsOnAfterReturnRcptLineSetFilters
[IntegrationEvent(False,False)]
local procedure OnCalculateTotalsOnAfterReturnRcptLineSetFilters(var ReturnReceiptLine: Record "Return Receipt Line", ReturnReceiptHeader: Record "Return Receipt Header")
Parameters
| Name | Type | Description |
|---|---|---|
| ReturnReceiptLine | Table Microsoft.Sales.History."Return Receipt Line" | |
| ReturnReceiptHeader | Table Microsoft.Sales.History."Return Receipt Header" |