how to set different permission for same attribute in different presentation..
![]() i want to set different permission for due date in different presentation. for example one role should not be able to modify the due date in CR but in Task he should be able to do. Is it possible? i m using CLM v 6.0.4 |
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Apr 09 '18, 3:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER As far as I can tell from looking at the permissions section of RTC, permissions are granted on attribute level. So a Role has the permission to modify an attribute or not. For Attributes that are reused across multiple work item types if a role has the permission, then for all types.
Qaiser Islam selected this answer as the correct answer
Comments Ralph, I thought about the "Role" as well. When we configure the behavior (assuming a condition provider), we do it based on roles. Shouldn't this take care of it already?
Hi Donald, no. As I already mentioned in my answer you can basically choose which role can update an attribute. So you can, as an example, specify which role can update the due date attribute.
I was thinking about the operation behavior, not permission - precisely, the Read-Only Attributes For Condition precondition.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You don't have access to the role information with JavaScript. See https://rsjazz.wordpress.com/2016/07/15/rtc-process-customization-what-you-can-and-cannot-do/ .
|
2 other answers
![]() Try using dojo scripts to handle this scenario. |
![]() Take a look at the below two articles and see if you can find something useful.
|