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).

...

All-in-all your customizations to processes and workflows may consist of changes to standard BC, changes to mobile application.cfg, modifed and new DocumentTypes, new mobile Lookup pages etc.  Most likely this will make up the major part of your customizations, and the custom implementation for Package Numbers is just what is required to make sure the tracking dimension works "behind the scenes". When organizing your project the actual changes to the frontend are best done from other codeunits to make it easier to maintain your custom Package Number implementation (see below).


...