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. |
Status | |||||
---|---|---|---|---|---|
|
Excerpt | ||||
---|---|---|---|---|
A simple way to make a quick registrationquickly get informations. Fill the filter values and jump directly into a registration workflow. | ||||
Expand | ||||
|
Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
If you want it to be available from the main menu you also need to specify the menuitem.
|
Excerpt | ||||
---|---|---|---|---|
Expand | ||||
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 |
Code Block | ||||
---|---|---|---|---|
| ||||
<page id="Receive" type="OrderList" icon="mainmenureceive"> title ="@{PageUnplannedMoveTitle}"> <returnTransfer property="UnplannedItemRegistrationCompleted" to="RefreshOnResume"/> </open> <open id="createQuarantineOrder" icon="mainmenuquarantineorders" title="@{createQuarantineOrder}"> <returnTransfer property="UnplannedItemRegistrationCompleted" to="RefreshOnResume"/> </open> <title defaultValue="@{PageReceiveOrderListTitle}" /> <open <orderListConfiguration automaticOrderSelectionAfterFilterid="RegisterImage" icon="truetakeitemimage"> <service id="Receive" /> title="@{RegisterImage}"></open> <showImage <filter configurationKeyimageProperty="imageId" enabled="ReceiveOrderFilterstrue" /> <list listId="Orders" /> <onOrderSelected navigateTo="ReceiveLines" icon="missingImage" title="@{MenuItemShowImageTitle}" id="showImage"/> <unlockOrder title="@{Release} {DisplayLine1}"/> </orderListConfiguration> <actions> <open id="PrintLabel" icon="mainmenuprint" title="@{MainMenuPrintLabel</actions> </page> |
Status | ||||
---|---|---|---|---|
|
Excerpt |
---|
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
|
Excerpt | |||||||||
---|---|---|---|---|---|---|---|---|---|
Expand | |||||||||
Click on order lines → opens registration work flow, but it offline.
If you want it to be available from the main menu you also need to specify the menuitem.
|
Status | ||||
---|---|---|---|---|
|
Excerpt |
---|
Choose the order list to start out with a list of orders, from where you navigate to a detailed page, typical the order lines. |
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
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.
Create Order List Page
The command <onOrderSelected navigateTo="ReceiveLines"/> is used to specify where you want to go when you click on the line. |
Status | ||||
---|---|---|---|---|
|
Excerpt |
---|
Chooing order lines you can work offline and making registrations and preparations before you want to post. |
Expand | |||||||
---|---|---|---|---|---|---|---|
Click on order lines → opens registration work flow, but it is offline.
|
List with data is loaded
Scan barcode to select or click on line
Opens registration work flow
Excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
Expand | ||||||||
After value is scanned a list i presented. Click on the line to open order list.
From the order list when you scan, you will get the registration collector. Code Block | | |||||||
language | xml | linenumbers |
Status | ||||
---|---|---|---|---|
|
Excerpt |
---|
Kind of similar to the UnplannedItemRegistration but here you get a list with data, and from the list you either scan or click on a line to start the registration workflow. |
Expand | |||||||
---|---|---|---|---|---|---|---|
Scan barcode to select or click on line. Opens registration work flow. |
Status | ||||
---|---|---|---|---|
|
Excerpt |
---|
Starting with a lookup and from there you navigate to a order list. |
Expand | |||||||
---|---|---|---|---|---|---|---|
After value is scanned a list i presented. Click on the line to open order list.
|
From a lookup you scan or click on a line. This activates a request and response for a tick mark.
Now line is marked.
Do this with other lines.
Perform action e.g. unplanned move.
Excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
Expand | ||||||||
Each device ID have a basket ID. Basked id has status started or ended. Now line is added to the list. Continue with other lines. When successfully posting then the basket ID status is ended and a new basket ID is generated. This avoids open baskets.
From the order list when you scan, you will get the registration collector.
|
Status | ||||||
---|---|---|---|---|---|---|
|
Excerpt |
---|
From a Lookup you get list of available carts. When selecting a cart you open an Order List. The items that is in the cart is listed here. |
Expand | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Scanning activates an UnplannedItemRegistration workflow to register to details and submit these to the cart. Continue to add other items. When unloading the cart ID scanning mode must be switched. The CartSwitchMode is clicked. This example is utilizing many features in Mobile WMS, but the use case is simple and straight forward to use. Cart Overview
Cart Content
Add Item to Cart
Load/Unload Switch Mode
|
On the page:
Table of Contents | ||||
---|---|---|---|---|
|