Deployment and Considerations

The Configurable Validation feature is a System Administrator function and needs careful attention to develop, test and deploy configurations to production. Configurable Validations are stored in the R_BO_RULE_CNFG database table in each Advantage product schema. It is highly recommended that implementors develop and test validations in a pre-production environment and once satisfied with the changes, deploy configurations to production environments during down time.  

tableBasedConstraints

{

   flushCacheOnConfigRuleUpdates=false

}

flushCacheOnConfigRuleUpdates is applicable ONLY to test environments and enables the capability to immediately reflect the changes made to configurable validation records without a need for an application bounce. This property, when enabled, clears cached validation records and reloads updated configurable validation record(s). In a production environment, flushCacheOnConfigRuleUpdates must remain false all the time. flushCacheOnConfigRuleUpdates is not applicable for the Performance Budgeting application.

Sites implementing multiple Advantage products need to apply the above settings and considerations in each product environment.