I updated the business role description using the run rule. After running the rule, the description was updated in the Roles tab, but it is not reflecting on the Access Request page. I’ve already run the role index refresh and cleared the cache
I hope you have updated the role description using the method below.
addDescription(java.lang.String locale, java.lang.String desc)
bundle.addDescription("en_US","description"); // replace the description with actual description.
Thanks @Arun-Kumar . I’m now able to see the Description on the Access Request page. Is there a way to also display the Business Role Owner on the Access Request page? Currently, it’s taking around 2 hours for any changes to reflect.