Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example

Code Block
languagexml
<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> 

Sections

orderListConfiguration

Configuration for the OrderList page type

  • automaticOrderSelectionAfterFilter

    • 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

    • Toggles the enabled state of the filter

  • automaticAcceptOnOpen

    Define if values in the header should be accepted on page open 
    • True: Header is applied and disappears automatically (Default)
    • False: Header stays open

Use this property to force users to validate filters before fetching Orders.

Legacy names: automaticAcceptOnStartup, updateOnActivate
 

  • automaticAcceptAfterLastScan

    • Accept the header when a scan causes the last mandatory field to be filled out


list

Defines which list to use for displaying data. 

  • listId

    • Reference to a list defined in the lists section.


registerOrder

Enabling this, allows the user to register an entire order with the default values provided by the order lines

Accessed through a menu on the Order List (not from order lines)
  • Note: The order is not posted. Conosider also enabling "postAllOrders" below
  • Image Removed

    Register all order lines in one action (registerOrder postAllOrders)


    postAllOrders

    If enabled the post all orders option will appear in the menu.


    The default text for the menu item is 'Post Orders'

  • A summary will be shown the result of the posting of the order(s
  • Image Removed
    Image Removed.

    Register all order lines in one action (registerOrder postAllOrders)


    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

      • Toggles the enabled state

    • title

      • The title used in the action menu.