You can specify how delivery methods are made available on an order. The application can be configured to use one of the following strategies:
- Union: making all delivery methods available that are applicable to any items within the order.
 |
Information
For example, if an admission has 5 delivery methods available to it and a gift card has 2 delivery methods available to it, then the order will have 7 delivery methods available. |
- Intersection: making only the delivery methods that all order items have in common available on the order. In other words, the intersection of the delivery methods configured on the order items.
 |
Information
For example, if an admission has 3 delivery methods available to it (i.e. Hold for Pickup, Email and Regular Post) and a gift card has 1 delivery method available to it (i.e. Hold for Pickup), then the order will only have the common delivery methods available (i.e. Hold for Pickup). |
To configure the delivery method strategy:
- Open the Registry application from the AudienceView Desktop.
- Navigate to the System::Business Objects::TSorderBO node.
- Select Union or Intersection from the 'Delivery Method Strategy' dropdown.
- Click 'Apply'
A window confirms that the application updated the Registry.
- Click 'OK'.
 |
Caution
If the field is left blank, then it will default to Union. |