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>
<orderLinesConfiguration> -


Sections

 

orderLinesConfiguration

Configuration for the OrderLines page type

.


  • promptUserToPostWhenAllLinesComplete

  • = "true" - Defines weather the used
    • User is prompted to post all registrations when they have all been done.

  • suggestQuantity

  • = "true" - Determines if the suggested
    • Suggested quantity value should will be be pre-filled into the quantity step.
  • verifySingleScanRegistrations

  • = "false" - Determines
    • Determines if single scan registration is allowed, or if the user needs to verify and save the registration manually.

  •  Formerly known as singleScanRegistration. The new property is used reversed to the old property, where enabling verifySingleScanRegistraion will stop the registration at the last step of the registration collector.
    <service> - Defines which
    • When enabled the user will be stopped at the last step .
  • actionWhenMaxMoveQtyReached

    • Todo

  • actionOnEmptyList

    • Todo

  • forceScanToSelect

    • Todo


service

Which service to use.

list

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

  • listId

  • = "" - Reference to a
    • The list defined in the lists section.

  •  

  • <viewRegistrations> - Enable viewing registrations, by adding an item to the action item of the page. title = "" -


viewRegistrations

View registrations from an action (not yet posted registrations)

  • title

    • Title used in the action menus.
  • navigateTo

  • = "" -
  • <deleteOrderRegistrations>title = "" -

deleteOrderRegistrations

Delete registrations from an action (not yet posted registrations)

  • title

    • Title displayed in the menu of the page
  • .
  • enabled

  • = "true" -
    • Toggles whether deleting registrations is allowed. 


  • <onOrderPosted> - Defines actions to perform


onOrderPosted

Actions when an order has is been posted
    .
  • clearOrderLevelRegistrations

  • =
    • If true "

  • true
    • Header"
  •  - Clear order level registrations when an order has been posted, such that performing a new registration will require the user to fill out the order level registration again.
    • /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

Image Modified

Order Lines list