Changes in MOB5.45
Codeunit MOB WMS Lookup |
---|
procedure GetText(_InputText1: Text[250]; _InputText2: Text[250]; var _LineBuf: array[10] of Text[250]): Integer Removed: Obsolete. Unused in standard Mobile WMS. |
Codeunit MOB Sync Item Tracking |
---|
procedure CreateTempReservEntryForItemJnlLineFromMobWmsRegistration(_ItemJnlLine: Record "Item Journal Line"; _Inbound: Boolean; _MobWmsRegistration: Record "MOB WMS Registration"; var _TempReservEntry: Record "Reservation Entry"; _QtyBase: Decimal) Removed: Obsolete. Use CreateTempReservEntryForItemJnlLineFromMobWmsRegistration without parameter "Inbound" since inbound is now automatically calculated based on EntryType and Quantity. |
Changes in MOB5.41
Codeunit MOB Common Mgt. |
---|
procedure SetInventorySetupUseItemReferencesInBC19(_UseItemReferences: Boolean) Removed: Obsolete. Unused in standard Mobile WMS. New setup field introduced in BC19 and newer. |
...