I do WMS mobile app customization with Process Guide Framework.
My scenario to show transfer/sales order list. Once click the order, will go to next page to enter license plate and doing next process.
I use "WHSMobileAppServiceXMLDecoratorInquiryInput" for the page decorator. Add label with proper pattern, the result shows as expect. The problem is, I don't know how link to next page after click each order. Not sure which control can be used for adding next page action.
Even set "navigationRoute.addFollowingStep" in ProcessGuideController class, doesn't help too.
If anyone use to do this, please kindly guide me.