Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
code
User is prompted to post all registrations when they have all been done
Reference to a service defined in the services section. /wiki/spaces/SD/pages/78939791
Description
language | xml |
---|
<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
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
TodoactionOnEmptyList
TodoforceScanToSelect
- Todo
service
Which service to use.
id
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/78939855viewRegistrations
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/78939807deleteOrderRegistrations
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 postedclearOrderLevelRegistrations
- 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
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