Discussion

Pegasystems Inc.
JP
Last activity: 9 Apr 2025 9:45 EDT
Content Storage setting is reverting back to Repository
On Pega Cloud instance, if you want to change the location of case attachment from "Stored in repository" to "Stored in Pega database"...
1. private check out When rule pzIsPegaCloud and modify the return value to be "true" always.
2. Open Rule-Application definition and change content storage setting to "Store in Pega database" and save changes.
3. Refresh your Rule-Application definition to confirm content storage setting is changed.
4. Discard private checkout of pzIsPegaCloud when rule.