Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
I want to know if windchill admin can change the value of any attribute on part created by some other user.
Let say, I'm user "A" created a part with some attribute, "isPrimary" with value "true". This part is checked out. Now as an admin I want to change the value of that attribute to false. Is there a way to do that?
I tried by bringing the admin context in the session:
SessionHelper.manager.setAdministrator();
And then tried to modify, but it didn't really work for me.
Thanks