Testing your customization
- Publish your extension app to the server
- Copy new image to the mobile device (optional)
- Copy modified application.cfg to the mobile device
- Mobile Groups Setup / Mobile Menu
- Verify PosAdjustQty is added as new menu item for the Mobile User Group used for testing
- Verify PosAdjustQty is added as new menu item for the Mobile User Group used for testing
- Log out and in again on mobile device to fetch new application.cfg and image
- Verify you main menu now has a new menu item, still named "Adjust Qty." but with a positive adjustment icon:
- The (green sign positive) AdjustQty should have a headerConfiguration similar to negative adjustment (we reused same configurationKey in the page definition). However, the icon should be "green plus", not "negative red" indicating that this is indeed our custom page.
- "Accept" and fill in the steps that shows. Post the positive adjustment. While the actual posting code is not implemented in this example, verify the placeholder code is triggered as intended (including values was correctly parsed from the post request and displayed in the success message):
- Upon successfull "posting" your Mobile Document Queue should now include entries like below.
The document queue will include only two new entries, since the first page (the "headerConfiguration") is using static Reference Data and as such never triggered an adhoc request when opening the page.
Next:
Unpl Pos Adjust(11/12) - Future improvements (challenge yourself)