Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
is there a way to use a webject to change the permissions on a Windchill object (change what roles can do what with a folder or WtDocument)? none seems evident...
alternatively, where would a good place be to start looking at the WC APIs to see how to change the permissions on a document or folder in WC? AccessControlManager and friends seem to be correct for looking up what the permissions are, but I'm not seeing where to change them.
I dont think there is a direct webject to do so.
You might try to use Apply-Service webject and use the API AccessControlHelper.manager.updateAccessControlRule. But it wont be easy or straightforward.
Alternatively you can try to generate the rules and load it.