Using script based attribute customization in RTC
![]()
What is the syntax for this scenario
IF RestrictedAccess field is "A-Department1"
THEN
set Customer field value = "A" and Department field value = "Department1"
Or the following
IF Customer field value = "A" and Department field value = "Department1"
THEN
RestrictedAccess field drop down options are narrowed down to ...
|
2 answers
![]()
Ralph Schoon (62.3k●3●36●43)
| answered May 11 '15, 2:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Do this workshop. Especially Lab 5: Process Enactment Workshop for the Rational solution for Collaborative Lifecycle Management
|
Comments
Do you want to achieve both at the same time? It appears that the operation is mirrored, I am afraid that it may cause an infinite loop in your code.
No either the first three OR the last three lines in my post.