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 4 Next »

OrderList / OrderLines

A list of headers, typically ERP-documents.

  • Search/Filter capability
  • Uses a list component

Used in the base program here:

  • Receive

  • PutAway
  • Pick
  • Ship
  • Count
  • Move

 

 

 

 


OrderList-page




OrderList-page with filterpane visible

OrderLines

A list of lines, typically ERP-document lines.

Used for "planned" operations, as opposed to Unplanned Count and Move etc..

  • Only used in conjunction with OrderList-pages
  • Search/Filter capability
  • Uses a list component

 

OrderList/OrderLines are identified as:

  • Android (Application.cfg):
    • Page Type = OrderList
    • Page Type = OrderLine

 

  • Windows Mobile (UserRole.xml):
    • Tasklet type = TaskletFactory.WMS.Tasklets.OrderList
    • Tasklet type = TaskletFactory.WMS.Tasklets.OrderLines

 

Loookup

Similar to a OrderList, but not necessarily connected to a ERP-document flow.
Permanently displays a filtering pane.

  • Often used for customization
  • User can Search and show existing values
  • Uses a list component

Used here:

  • Bin Content
  • Substitute Item
  • Locate Item


Lookup-page

  • No labels