Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

procedure SplitText(InputText: Text[250]; var _LineBuf: array[10] of Text[250]): Integer;

Removed: Obsolete. Unused in standard Mobile WMS.


Codeunit MOB Print

procedure CreatePrinterAndNoOfCopiesSteps(_TemplateName: Text[50]; var _Steps: Record "MOB Steps Element")

Removed: Obsolete. Replaced by overload with Location parameter.


Table MOB Label-Template

procedure OnValidateURLMapping()

Removed: Obsolete. Unused in standard Mobile WMS.


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.

...