Which IIQ version are you inquiring about? 8.3P4
Hello Experts,
is there an option to add a default certification UIPreference for all the users. I understand that the column layout the grouping are stored under individual UIpreference object. Is there an easy way to add the same UIPreference for all the users by default.
Add it for an identity, then look at it from /debug.
Use method you setUIPreference() and set that for all the identity via a rule.
@jophisaliascna There’s no built-in option to apply a default UIPreference
for all users, but you can achieve this using the certificationEntityCustomizationRule
.
Within this rule, you can set column’s under uiCertificationItemWorksheetColumns-Review
Or any other key based on your criteria (e.g., user role or entity type). This approach is flexible and works well for enforcing consistent defaults where needed.
Hope this helps!