SKU Override Rules
These override rules are consistent with the SKU constraint rules and they replace the waterfall override logic that was in place prior to the 12.0.0.0 release.
1. Post-Optimization Overrides have higher priorities than Pre-Optimization Overrides
a. Both Pre-Optimization Overrides and Post-Optimization Overrides are applied. The Pre-Optimization Overrides are applied first and then the Post-Optimization Overrides are applied.
2. All of the override types are converted to the effective ROP values that satisfies the overrides.
a. For example, if you have the following:
Maximum Stock Maximum = 10
EOQ = 1
The then the effective Maximum ROP will be 9
3. When multiple overrides exist for a SKU then the maximum of the minimums and the minimum of the maximums are enforced
a. The lowest effective ROP that satisfies all the maximum overrides is obtained
b. The highest effective ROP that satisfies all the minimum overrides is obtained
4. The overridden ROP must satisfy the minimum and the maximum, with the maximum ROP taking priority over the minimum ROP should they conflict
a. For example, with an effective minimum ROP of 10 and an effective maximum ROP of 5, then the effective override will be the ROP of 5
5. If a Fixed EOQ override violates the relationship (Fixed Stock Maximum or Maximum Stock Maximum = (Fixed ROP or Minimum ROP) + EOQ), then the EOQ is set to the Stock Maximum Override - ROP Override
See more SKU Override enhancements 
Was this helpful?