Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Code Block | ||
---|---|---|
| ||
<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
= "false" - AutomaticallyAutomatically selects the order if only one exists.
service
<service> -Defines which service to use.
id
= "" -- Reference to a service defined in the services section.
filter
<filter> - Defines which filter to use.configurationKey
= "" -- The key used to locate the filter configuration in the reference data.
- The key used to locate the filter configuration in the reference data.
enabled
= "true" -- Toggles the enabled state of the filter
- Toggles the enabled state of the filter
automaticAcceptOnOpen
- Define if values in the header should be accepted on page open. Property was renamed from automaticAcceptOnStartup or updateOnActivate on Windows versions. <list> - Only make use of this configuration option when the RefreshOnResume data transfer option does not get the job done
- Define if values in the header should be accepted on page open. Property was renamed from automaticAcceptOnStartup or updateOnActivate on Windows versions. <list> - Only make use of this configuration option when the RefreshOnResume data transfer option does not get the job done
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.<onOrderSelected> -
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
unlockOrder
Unlock an order locked by an other user.
enabled
= "true" - Toggles- Toggles the enabled state.
- Toggles the enabled state.
title
= "" -- The title used in the action menu.