Versions Compared
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
Expandexcerpt |
---|
A simple way to make a quick registration. Fill the filter values and jump directly into a registration workflow. |
Expand | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Below you find the page setup in the application.cfg. Create Unplanned Item Reg Page
If you want it to be available from the main menu you also need to specify the menuitem.
|
Order List
Choose the order list if you want to start out with a list of orders, from where you navigate to a detailed page.
When you open the order list, your filter is used.
Scan barcode or click on order list → opens order lines. If you scan a barcode, then this is added to the filter and the list is refreshed by the new filter values.
Video example |
---|
Create Order List Page
Code Block | ||||
---|---|---|---|---|
| ||||
<page id="Receive" type="OrderList" icon="mainmenureceive"> <title defaultValue="@{PageReceiveOrderListTitle}" /> <orderListConfiguration automaticOrderSelectionAfterFilter="true"> <service id="Receive" /> <filter configurationKey="ReceiveOrderFilters" /> <list listId="Orders" /> <onOrderSelected navigateTo="ReceiveLines" /> <unlockOrder title="@{Release} {DisplayLine1}"/> </orderListConfiguration> <actions> <open id="PrintLabel" icon="mainmenuprint" title="@{MainMenuPrintLabel}"/> <open id="RegisterImage" icon="takeitemimage" title="@{RegisterImage}"> <returnTransfer property="UnplannedItemRegistrationCompleted" to="RefreshOnResume"/> </open> <open id="attachments" icon="attachment" title="@{Attachments}"/> </actions> </page> |
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 | ||||
---|---|---|---|---|
|