Skip to main content
12-Amethyst
May 12, 2025
Solved

ChangeAdminIRoleFilter how do I get access to this.

  • May 12, 2025
  • 1 reply
  • 628 views

Version: Windchill 12.1

 

Use Case: Users need access to an Menu action on a Change object. Debug shows that the action is for ChangeAdminIRole. When I add a users to that role they (Change Admin I) they still do not have the action.


Description:

Ladric_0-1747089728826.png

 

Best answer by Ladric

The class file calls for CAI and not the Role name of Change Administrator I.

We changed it from CAI to Change Administrator I and it's working.

1 reply

avillanueva
23-Emerald I
23-Emerald I
May 13, 2025

That class looks like customized code. Not much the field can help with. If you look at the classpath, it says baesystems. Check with your development team. There might be another condition other than the role which is being tripped. You can also try turning on Debug logs for that class at the site level and see if it provides more information.

Ladric12-AmethystAuthorAnswer
12-Amethyst
May 13, 2025

The class file calls for CAI and not the Role name of Change Administrator I.

We changed it from CAI to Change Administrator I and it's working.