Codeunit "Whse.-Post Shipment (Yes/No)"

ID 5764
Namespace: Microsoft.Warehouse.Document

Properties

Name Value
TableNo Table Microsoft.Warehouse.Document."Warehouse Shipment Line"
EventSubscriberInstance Manual

Methods

Preview

procedure Preview(var WarehouseShipmentLine: Record "Warehouse Shipment Line")

Parameters

Name Type Description
WarehouseShipmentLine Table Microsoft.Warehouse.Document."Warehouse Shipment Line"

MessageIfPostingPreviewMultipleDocuments

procedure MessageIfPostingPreviewMultipleDocuments(var WarehouseShipmentHeaderToPreview: Record "Warehouse Shipment Header", DocumentNo: Code[20])

Parameters

Name Type Description
WarehouseShipmentHeaderToPreview Table Microsoft.Warehouse.Document."Warehouse Shipment Header"
DocumentNo Code[20]

Events

OnAfterConfirmPost

[IntegrationEvent(False,False)]
local procedure OnAfterConfirmPost(WhseShipmentLine: Record "Warehouse Shipment Line", Invoice: Boolean)

Parameters

Name Type Description
WhseShipmentLine Table Microsoft.Warehouse.Document."Warehouse Shipment Line"
Invoice Boolean

OnAfterCode

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

Parameters

Name Type Description
WarehouseShipmentLine Table Microsoft.Warehouse.Document."Warehouse Shipment Line"

OnBeforeConfirmWhseShipmentPost

[IntegrationEvent(False,False)]
local procedure OnBeforeConfirmWhseShipmentPost(var WhseShptLine: Record "Warehouse Shipment Line", var HideDialog: Boolean, var Invoice: Boolean, var IsPosted: Boolean, var Selection: Integer)

Parameters

Name Type Description
WhseShptLine Table Microsoft.Warehouse.Document."Warehouse Shipment Line"
HideDialog Boolean
Invoice Boolean
IsPosted Boolean
Selection Integer

See also