Setting Priority
Overview
Most settings in this app work on a two-tier system with both "Global" and "Product" level settings. The level of priority is Product than Global. Meaning, if you have a both a product and global setting active for the same feature, the product level setting will be the one used.
Global Settings have two states...
- On - Turns the feature on for all products
- Off - Turns the feature off for all products
Product Settings have three states...
- On - Turns the feature on explicitly for this product, ignoring global setting.
- Off - Turns the feature off explicitly for this product, ignoring global setting.
- Not Set (default) - Let's the feature fall back to the global setting
State Combinations & Behavior Outcome
| Global Setting | Product Setting | General Products | Specific Product |
|---|---|---|---|
| Off | Not Set | Off | Off |
| On | Not Set | On | On - uses global setting |
| Off | Off | Off | Off |
| On | Off | On - uses global settings | Off |
| Off | On | Off | On - uses product setting |
| On | On | On | On - uses product setting |