Hi,
I need to change the permission scheme for around 390 projects. This projects will be having the same permission scheme.
Is there a way to bulk change the permission schemes in a go?
Hello,
You could use the Power Scripts add-on for it:
You could write a SIL script to change the permission scheme for these 390 projects. This script would look like this:
admSetProjectPermissionScheme("projectkey", "schemeName");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.