...
The response can also include values to be set on the line steps as predefined default values.
See also: LineSelection
Example 1: Online Validation on ReceiveĀ
In this example we will add all the available onlinevalidations to the Planned Receive function.
Step 1: Enable Online validation
Add <validation> tags to the existing Receive Service (or Pick etc.)
Code Block | ||||
---|---|---|---|---|
| ||||
<service id="Pick" type="Order" orderType="Pick">
<requests>
<getOrders>GetPickOrders</getOrders>
<getOrderLines>GetPickOrderLines</getOrderLines>
<postOrder>PostPickOrder</postOrder>
<lineSelection includeCollectedValues="true">SearchForPickLine</lineSelection>
</requests>
</service> |
SeeĀ Mobile Configuration Files for how to edit application.cfg