Versions Compared

Key

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


Info
titleMinimum Requirements
  • Extension version MOB5.35
  • Business Central BC18 (or newer)

...

  • Verify the Tasklet standard implementation for Packages Numbers is indeed disabled in your solution (no eventsubscribers in your custom code must subscribe to codeunit "MOB Package Management"::OnAfterIsEnabled)
  • Download the full Mobile WMS sourcecode from University.taskletfactory.com
  • Clone codeunit "MOB Package Management" to your own custom app (changing the object name and object number)
  • Remove the "EventSubscriberInstance = Manual;" condition from your cloned codeunit
  • Deploy the codeunit to your development server
  • Verify that that Package Numbers is now working from the mobile device (note: not every process at the mobile device may work as intended if your existing customizations or vertical solution has changed the processes at mobile devices).

...

  • Keep a copy of the original and unchanged "Mob MOB Package Management" codeunit in your project (rename project file to include original MOB version number and to no longer be an .al file: It should be a text-only file and should not be included when your app compiles)
  • Download the source code of the most recent Mobile WMS version
  • Create another text-only clone of "MOB Packing Management " with that latest version number (manually rename the file, also not .al)
  • Compare the two textfiles for changes that may need to be transferred to your actual .al codeunit file (by moving such changes manually)

...