Info | ||
---|---|---|
| ||
|
...
- 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 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 must not be included when your app compiles)
- Download the source code of the most recent Mobile WMS version
- Create another text-only clone - now the most recent "MOB Packing Management" codeunit (manually rename the file, MOB version no.number, 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)
...