Overriding the default load activity for a Data Page rule

The standard Data Page rule Declare_CachedDataSystemSettings creates a Node-scope declare page containing your system settings that is refreshed every 10 minutes. Because no database accesses are required, fetching a value from this in-memory page by referencing a property is faster than using PublicAPI functions.

However, if your application includes Dynamic System Settings that are frequently accessed, you can override the default load activity LoadDataSystemSettings for this Data Page rule to include them on the data page rule. In your activity, use the function rule @getDataSystemSetting() to look up the value.