value set - Dependent enumeration on owned by
hi
Accepted answer
A dependent enumeration does not allow to set a contributor/user. In JavaScript you can not access the users or roles of a project/team area. See https://rsjazz.wordpress.com/2016/07/15/rtc-process-customization-what-you-can-and-cannot-do/
You would at least need Java for this see https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/
Comments
What I have used is to set up a "Value Set Script" that uses for example the category value to show some users on a contributor type custom attribute.
I used something like :
Hi Cesar,
you can hardcode the user UUID's into a value set, or a configuration, that is true.
The question was different, but this is a valid suggestion. Requires you to understand how to get the UUID etc.
But you can not access the user records or the roles in JavaScript. You need Java for that. The question asked for roles. https://rsjazz.wordpress.com/2015/08/07/a-custom-condition-to-make-attributes-required-or-read-only-by-role-version-2/ shows the Java API by the way.
Thanks ralph.. One question.. To have extension should we need jazz admin access. In our organization they won't give jazz admin access.
-
An admin that has Admin access to the CCM server to deploy the provider for it being available in the Web UI (Nothing to do with Jazz Admin)
- To deploy the extension in the eclipse clients to make it available to the Eclipse users