Uses the Component:OrderBusinessRulesType
The business rules that apply to the Order.
Table 7.24. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| AllowBackOrderIndicator |
Indicates whether or not back order is allowed. | 0..1 | Field | oag:OpenIDType | |
| AllowFreightChargeIndicator |
Indicates whether or not a freight charge is allowed. | 0..1 | Field | oag:OpenIDType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 7.32. OrderBusinessRules
<OrderBusinessRules>
<AllowBackOrderIndicator>......</AllowBackOrderIndicator> [0..1]
<AllowFreightChargeIndicator>......</AllowFreightChargeIndicator> [0..1]
</OrderBusinessRules>