Codeunit "Mfg. Put Away Helper"

ID 7350
Namespace: Microsoft.Warehouse.Activity

Methods

IsLastOperation

procedure IsLastOperation(ItemJnlLine: Record "Item Journal Line"): Boolean

Parameters

Name Type Description
ItemJnlLine Table Microsoft.Inventory.Journal."Item Journal Line"

Returns

Type Description
Boolean

DeleteBlankBinContent

procedure DeleteBlankBinContent(WarehouseActivityHeader: Record "Warehouse Activity Header")

Parameters

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

CanCreateProdWhsePutAway

procedure CanCreateProdWhsePutAway(var ProdOrder: Record "Production Order"): Boolean

Parameters

Name Type Description
ProdOrder Table Microsoft.Manufacturing.Document."Production Order"

Returns

Type Description
Boolean

FindProdOrderLine

procedure FindProdOrderLine(var ProdOrderLine: Record "Prod. Order Line", ItemJnlLine: Record "Item Journal Line")

Parameters

Name Type Description
ProdOrderLine Table Microsoft.Manufacturing.Document."Prod. Order Line"
ItemJnlLine Table Microsoft.Inventory.Journal."Item Journal Line"

CreateWhsePutAwayRequestForProdOutput

procedure CreateWhsePutAwayRequestForProdOutput(ProdOrder: Record "Production Order", ProdOrderLine: Record "Prod. Order Line")

Parameters

Name Type Description
ProdOrder Table Microsoft.Manufacturing.Document."Production Order"
ProdOrderLine Table Microsoft.Manufacturing.Document."Prod. Order Line"

See also