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. |
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
UnplannedItemRegistration
A simple way to make a quick registration.
Fill the filter values and jump into a registration workflow.
Multimedia | ||
---|---|---|
|
<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>
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://schemas.taskletfactory.com/MobileWMS/Application"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.taskletfactory.com/MobileWMS/Application http://schemas.taskletfactory.com/MobileWMS/Application.xsd">
<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>
</application> |
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 | ||||
---|---|---|---|---|
|