Versions Compared

Key

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


Info
titleMinimum Requirements
  • Extension version MOB5.39
  • Android App version 1.8.0
  • Business Central BC18 (or newer)

...


We have created a "framework" (or, pattern) consisting of a rather large number of events (35+) to "fill in the blanks" and implement anything related to Mobile WMS for a new item tracking dimension. Overall these events will be used to:

  • Create new ReferenceData to be able to create Package Number steps at planned mobile documents
  • Add new Package Number steps to planned documents and adhoc functions when Item Tracking Codes are set up for package tracking is required
  • Show pre-populated Package Numbers at the mobile device
  • Save Package Numbers from Mobile WMS Registrations
  • Copy Package Numbers between various internal tables in Mobile WMS
  • Apply filters accordingly
  • Populate datasets for our Cloud Print solution (if used)
  • (and more) 

...

  • 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"::OnAfterIsEnabledMobile WMS Setup “Package No. Implementation”).)
  • 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).

...

The number of events in our "framework" is around 35 events in our initial release of the framework (MOB5.3539). Future versions of Mobile WMS could likely add new events to the framework. This may cause both existing and new features of Mobile WMS to longer work as intended with your custom Package Numbers implementation.

Every once in a while you may need to investigate if new events are needed for your custom implementation. Unfortunately this can currently only be done the hard, manual way. Below is a suggestion of how your may process this:

...