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

<page id="Receive" type="OrderList" icon="mainmenureceive">
  ...
  <orderListConfiguration automaticOrderSelectionAfterFilter="true">
    <service id="Receive" />
    <filter configurationKey="ReceiveOrderFilters" />
    <list listId="Orders" />
    <onOrderSelected navigateTo="ReceiveLines" />
    <unlockOrder title="Release {BackendId}"/>
  </orderListConfiguration>
</page> 
  • <orderListConfiguration> - Configuration for the OrderList page type.
    • automaticOrderSelectionAfterFilter = "false" -  Automatically selects the order if only one exists.

    • <service> - Defines which service to use.
      •  id = "" - Reference to a service defined in the services section.
    • <filter> - Defines which filter to use.
      • configurationKey = "" - The key used to locate the filter configuration in the reference data.
      • enabled = "true" - Toggles the enabled state of the filter.
    • <list> - Defines which list to use for displaying data. 
      • listId = "" - Reference to a list defined in the lists section.
    • <onOrderSelected> - Defines which action to take when an order is selected in the list.
      • navigateTo = "" - Reference to a page used to display order lines.
    • <unlockOrder> - Unlock an order locked by an other user. 
      • enabled = "true" -  Toggles the enabled state.
      • title = "" - The title used in the action menu.


  • No labels