Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagexml
<page id="ReceiveLines" type="OrderLines" icon="mainmenureceive">
  ...
  <orderLinesConfiguration promptUserToPostWhenAllLinesComplete="true" suggestQuantity="true" verifySingleScanRegistrations="false">
    <list listId="OrderLines"/>
    <service id="Receive"/>
    <viewRegistrations title="Registrations" navigateTo="ViewRegistrations"/>
    <deleteOrderRegistrations title="Delete all order registrations" enabled="true"/>
    <onOrderPosted clearOrderLevelRegistrations="true"/>
  </orderLinesConfiguration>
  ...
</page>

Sections

 

orderLinesConfiguration

Configuration for the OrderLines page type

  • promptUserToPostWhenAllLinesComplete

  • User is prompted to post all registrations when they have all been done
  • suggestQuantity

    • Suggested quantity value will be be pre-filled into the quantity step
  • verifySingleScanRegistrations

    • Determines if single scan registration is allowed, or if the user needs to verify and save the registration manually. When enabled the user will be stopped at the last step .
  • actionWhenMaxMoveQtyReached

    Todo

    actionOnEmptyList

    Todo
  • forceScanToSelect

    • Todo
  • service

    Which service to use.

  • id

  • Reference to a service defined in the services section. /wiki/spaces/SD/pages/78939791

    list

    Which list to use for displaying data and the placement if the elements. 

    listId

    The list defined in the lists section. See /wiki/spaces/SD/pages/78939855

    viewRegistrations

    View registrations from an action (not yet posted registrations)

  • title

    • Title used in the action menus.
  • navigateTo

    Reference to a page for displaying registrations, which must be of type Registrations. /wiki/spaces/SD/pages/78939807

    deleteOrderRegistrations

    Delete registrations from an action (not yet posted registrations)

    • title

      • Title displayed in the menu of the page
    • enabled

      • Toggles whether deleting registrations is allowed. 

    onOrderPosted

    Actions when an order is been posted

    clearOrderLevelRegistrations

  • If true "Header"/order-level Steps are cleared after each post
  • If false the the default value of each Header step will be the value inputted on the previous post

    Child pages (Children Display)

    Image Modified

    Order Lines list