Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Templates
Available in Mobile WMS for Dynamics AX/365FO
Excerpt |
---|
How to setup a new page? Here are some templates that could inspire. |
UnplannedItemRegistration
A simple way to make a quick registration.
Fill the filter values and jump into a registration workflow.
|
---|
Create Page
Code Block | ||||
---|---|---|---|---|
| ||||
<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> |
Order List
Scan barcode or click on order list → opens order lines
Order Lines
Click on order lines → opens registration work flow
Lookup List
List with data is loaded
Scan barcode to select or click on line
Opens registration work flow
Basket example
Display example
On the page:
Table of Contents | ||||
---|---|---|---|---|
|