Versions Compared

Key

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

Description

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> - Configuration for the OrderLines page type.
  • promptUserToPostWhenAllLinesComplete = "true" - Defines weather the used is prompted to post all registrations when they have all been done.

  • suggestQuantity = "true" - Determines if the suggested quantity value should be pre-filled into the quantity step.
    verifySingleScanRegistrations = "false" - 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 service to use.id = "" - Reference to a service defined in the services section. /wiki/spaces/SD/pages/78939791
    <list> - Defines which list to use for displaying data. listId = "" - Reference to a list defined in the lists section. /wiki/spaces/SD/pages/78939855
    <viewRegistrations> - Enable viewing registrations, by adding an item to the action item of the page. 
  • 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>
  • title = "" - Title displayed in the menu of the page.
  • enabled = "true" - Toggles whether deleting registrations is allowed. 
  • <onOrderPosted> - Defines actions to perform when an order has been posted.
    • clearOrderLevelRegistrations = "true" - 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.
    Image Removed
    Excerpt

    Order Lines Lists are always opened from an Order List, and must have a related Order List element.

    The Order List usually displays the documents (headers) and the Order Lines List its related lines. Quantities are registered from Order Lines Lists, never from Order Lists.


    Child pages

    Child pages (Children Display)



    Image Added
    Order Lines list