You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 8 Next »
Available in Mobile WMS for Dynamics AX/365FO
How to setup a new page? Here are some templates that could inspire.
A simple way to make a quick registration.
Fill the filter values and jump into a registration workflow.
<page id="UnplannedMove" type="UnplannedItemRegistration" icon="mainmenumove-unplanned"> <title defaultValue="@{PageUnplannedMoveTitle}"/> <unplannedItemRegistrationConfiguration type="UnplannedMove" useRegistrationCollector="true"> <header configurationKey="UnplannedMoveHeader" clearAfterPost="true" automaticAcceptOnOpen="true"/> </unplannedItemRegistrationConfiguration> </page>
Scan barcode or click on order list → opens order lines
Click on order lines → opens registration work flow
List with data is loaded
Scan barcode to select or click on line
Opens registration work flow
On the page: