Codeunit "Whse.-Post Receipt + Print"

ID 5762
Namespace: Microsoft.Warehouse.Document

Properties

Name Value
TableNo Table Microsoft.Warehouse.Document."Warehouse Receipt Line"

Events

OnAfterPrintReport

[IntegrationEvent(False,False)]
local procedure OnAfterPrintReport(var WhseActivityHeader: Record "Warehouse Activity Header")

Parameters

Name Type Description
WhseActivityHeader Table Microsoft.Warehouse.Activity."Warehouse Activity Header"

OnAfterCode

[IntegrationEvent(False,False)]
local procedure OnAfterCode(var WhseReceiptLine: Record "Warehouse Receipt Line")

Parameters

Name Type Description
WhseReceiptLine Table Microsoft.Warehouse.Document."Warehouse Receipt Line"

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var WhseReceiptLine: Record "Warehouse Receipt Line", var IsHandled: Boolean)

Parameters

Name Type Description
WhseReceiptLine Table Microsoft.Warehouse.Document."Warehouse Receipt Line"
IsHandled Boolean

OnBeforePrintReport

[IntegrationEvent(False,False)]
local procedure OnBeforePrintReport(var WhseActivityHeader: Record "Warehouse Activity Header")

Parameters

Name Type Description
WhseActivityHeader Table Microsoft.Warehouse.Activity."Warehouse Activity Header"

OnCodeOnAfterCalcShouldRunPrint

[IntegrationEvent(False,False)]
local procedure OnCodeOnAfterCalcShouldRunPrint(var WarehouseReceiptLine: Record "Warehouse Receipt Line", var WhsePostReceipt: Codeunit "Whse.-Post Receipt", var ShouldRunPrint: Boolean)

Parameters

Name Type Description
WarehouseReceiptLine Table Microsoft.Warehouse.Document."Warehouse Receipt Line"
WhsePostReceipt Codeunit Microsoft.Warehouse.Document."Whse.-Post Receipt"
ShouldRunPrint Boolean

See also