
I am developing a MultiScan page for the Warehouse Mobile App in D365 Finance and Operations, using the Process Guide framework. I’ve extended the WHSMobileAppServiceXMLDecoratorDefault class and specified the page pattern as WHSMobileAppPagePattern::MultiScan.
The page is working as expected — it allows me to scan multiple items and displays the quantity scanned for each item.
Now, I would like to know how to consume the scanned data.
Specifically:
Where can I access the scanned item numbers and their respective quantities?
Will this data be available in the ProcessGuideStep class?
Please clarify in which class or method I can retrieve and process these scanned items and their counts.