Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Templates

Available in Mobile WMS for Dynamics AX/365FO


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

<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





  • No labels