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 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.
|
Status | ||||
---|---|---|---|---|
|
Excerpt |
---|
Choose the order list if you want to start out with a list of orders, from where you navigate to a detailed page. |
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
|
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 offline.
|
Status | ||||
---|---|---|---|---|
|
List with data is loaded
Scan barcode to select or click on line
Opens registration work flow
Status | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
<page id="shipmentLoading" type="Lookup" icon="mobContainer">
<title defaultValue="@{shipmentLoading}"/>
<lookupConfiguration type="shipmentLoading" useRegistrationCollector="false">
<!-- update on activate, true -->
<header configurationKey="shipmentLoadingFilter" automaticAcceptOnOpen="true"/>
<list listId="LookupPutAway"/>
<onSuccessfulPost refreshOnSuccess="true" ignoreSuccessMessage="true"/>
<onResultSelected navigateTo="Loading" enabled="true"/>
</lookupConfiguration>
<actions>
<open id="Loading" icon="mobContainer" title="@{loadPallet}">
<returnTransfer property="UnplannedItemRegistrationCompleted" to="RefreshOnResume"/>
</open>
<!--<open id="loadPallet" icon="mainmenushipping" title="@{loadPallet}">
<returnTransfer property="UnplannedItemRegistrationCompleted" to="RefreshOnResume"/>
</open>-->
<open id="RegisterImage" icon="takeitemimage" title="@{RegisterImage}"/>
<open id="attachments" icon="attachment" title="@{Attachments}">
</open>
</actions>
<menu numberOfPromotedItems="1"/>
</page> |
Status | ||||
---|---|---|---|---|
|
Status | ||||||
---|---|---|---|---|---|---|
|
Display example
On the page:
Table of Contents | ||||
---|---|---|---|---|
|