New Relevant Records not coming immediately in Dev Studio

When I create any new rule and mark it as relevant record and want to refer it somewhere in view authoring from Dev Studio, it is not appearing immediately. It only appears once I log out and log back in. Is there any solution for this? Every time I create a new when rule and mark it as relevant record, I am forced to re-login to add it in view. It would be really helpful if there is any solution. Thanks in advance.

@MarcCheong - I’ve experienced the same issue. Any thoughts?

I’ve experienced this issue as well.

I’ve noticed that it usually takes some time for newly added relevant records to appear in the dropdown menu (if not logged out). Therefore, logging out and logging back in seems to be the quickest way to use the rules.

Happy to hear a few more suggestions.. :slightly_smiling_face:

This is a very common authoring issue in Pega. Because Relevant Records rely on Rule Resolution, they are heavily cached at the session level to optimize system performance and don’t reload dynamically.

The simplest approach, specifically for a when rule, would be to use the Reuse Library, that should create the when rules and mark as relevant. It should the be available to use.

The most practical and common workaround is to use an Incognito window to verify relevant record updates and rule behavior, which avoids the need to repeatedly log out and log back in on your main browser profile.

If you prefer not to switch windows, you can clear the local session metadata directly in your active browser window:

  • Press F12 to open Developer Tools.

  • Navigate to the Application (or Storage) tab.

  • Expand Session Storage on the left menu, right-click on your Pega environment’s domain, and click Clear.

  • Press F5 to refresh your Dev Studio portal. This forces a re-evaluation of the ruleset and relevant records cache.

Clearing of session metadata absolutely worked. Thank you @MarcCheong