In standard Mobile WMS you have filters on receive and pick orders. Typical the filter is based on warehouse and delivery date/shipment date. Now you can change the filter to your needs.
Based on the example below you can see the standard filters, Warehouse and Delivery Date.
If you require an additional filter value, e.g. "Mode of Delivery", then you can add extra filters from the Dynamics AX/D365 client. That means you don't have to make any customizations in order to add a filter field.
How to configure a new filter field
First you navigate to the node of filter, e.g. ReceiveOrdersFilters before you can click on "Add" to add a new filter element.
When creating a new filter element you need to specify the extended data type for the field. A typical used EDT is the "NUM".
Only custom filter fields can be customized.
The new customized field will have a postfix tag (Custom) on the node. The properties of the standard fields is shown but are not subject to change.
Once the new field has been added, click on it to change the setup. See descriptions below for the options.
These are the typical fields used.
1) "Optional"; should the field be filled to run the filter?
2) "Label"; this is shown on the device.
3) "Data binding"; this is here the magic happens. The setup of tables and fields used to do the filtering on.
Remember to have multiple databinding, one per document type. If your list of receipt orders contains both purchase orders and transfer orders, then you need to have a data binding to both document types.