Creating Dynamic System Settings
Some Dynamic System Settings instances are created automatically during installation or upgrade of a Pega 7 Platform system. However, your application can also create, set, or query instances of this class using Java methods in the PublicAPI PRSystemSettings interface:
- string get (OwningRuleSet, SettingKey) — Uses rule resolution to find a System Settings rule (Rule-Admin-System-Settings rule type) to return its value.
- string getDynamic(OwningRuleSet, SettingKey) — Returns the Dynamic System Settings value currently associated with the supplied key.
- boolean setDynamic(OwningRuleSet, SettingKey, newvalue) — Updates the value of an existing Dynamic System Settings value.
About Dynamic System Settings data instances
Open topic with navigation