Codeunit "Whse. Int. Put-away Release"

ID 7316
Namespace: Microsoft.Warehouse.InternalDocument

Methods

Release

procedure Release(WhseInternalPutAwayHeader: Record "Whse. Internal Put-away Header")

Parameters

Name Type Description
WhseInternalPutAwayHeader Table Microsoft.Warehouse.InternalDocument."Whse. Internal Put-away Header"

Reopen

procedure Reopen(WhseInternalPutAwayHeader: Record "Whse. Internal Put-away Header")

Parameters

Name Type Description
WhseInternalPutAwayHeader Table Microsoft.Warehouse.InternalDocument."Whse. Internal Put-away Header"

Events

OnReopenOnBeforeWhseActivLineIsEmpty

[IntegrationEvent(False,False)]
local procedure OnReopenOnBeforeWhseActivLineIsEmpty(WhseInternalPutAwayHeader: Record "Whse. Internal Put-away Header", var WarehouseActivityLine: Record "Warehouse Activity Line")

Parameters

Name Type Description
WhseInternalPutAwayHeader Table Microsoft.Warehouse.InternalDocument."Whse. Internal Put-away Header"
WarehouseActivityLine Table Microsoft.Warehouse.Activity."Warehouse Activity Line"

OnReleaseOnBeforeCommit

[IntegrationEvent(False,False)]
local procedure OnReleaseOnBeforeCommit(WhseInternalPutAwayHeader: Record "Whse. Internal Put-away Header", var SuppressCommit: Boolean)

Parameters

Name Type Description
WhseInternalPutAwayHeader Table Microsoft.Warehouse.InternalDocument."Whse. Internal Put-away Header"
SuppressCommit Boolean

See also