Codeunit "Phys. Invt. Tracking Mgt."

ID 5889
Namespace: Microsoft.Inventory.Counting.Tracking

Properties

Name Value
Permissions TableData "Reservation Entry" = rimd, TableData "Pstd. Phys. Invt. Tracking" = rimd

Methods

SuggestUseTrackingLines

procedure SuggestUseTrackingLines(Item: Record Item): Boolean

Parameters

Name Type Description
Item Record Item

Returns

Type Description
Boolean

GetTrackingNosFromWhse

procedure GetTrackingNosFromWhse(Item: Record Item): Boolean

Parameters

Name Type Description
Item Record Item

Returns

Type Description
Boolean

LocationIsBinMandatory

procedure LocationIsBinMandatory(LocationCode: Code[20]): Boolean

Parameters

Name Type Description
LocationCode Code[20]

Returns

Type Description
Boolean

TransferResEntryToItemJnlLine

procedure TransferResEntryToItemJnlLine(var PhysInvtOrderLine: Record "Phys. Invt. Order Line", var ItemJnlLine: Record "Item Journal Line", Qty: Decimal, Positive: Boolean)

Parameters

Name Type Description
PhysInvtOrderLine Record "Phys. Invt. Order Line"
ItemJnlLine Record "Item Journal Line"
Qty Decimal
Positive Boolean

IsPackageTrackingEnabled

Obsolete

This element will become obsolete from version 24.0. Temporary wrapper procedure to enable test automation

[Obsolete(Temporary wrapper procedure to enable test automation,24.0)]
procedure IsPackageTrackingEnabled(): Boolean

Returns

Type Description
Boolean

See also