It's all about the answers!

Ask a question

Removal of value must remove the values from dependent attribute


Anurag Patel (2137) | asked Jul 08 '16, 6:41 a.m.
edited Jul 08 '16, 7:00 a.m. by Ralph Schoon (61.8k33643)
Hello,
In rtc work item, I have 2 attributes of type "String List" and can able to select multiple values in both of the attributes.
My requirement is that, If I remove selected values from Attribute "A" then its related values should be remove from attribute "B"
Suppose value of the first attribute is A and its related values are A1, A2
value of second attribute is "A1" and "A2" 
If I remove value A from first attribute then A1 and A2 should be removed from second attribute.
How to achieve this feature in RTC.

Note : We can remove the selected values from delete button in web and "Remove" button in eclipse UI.

One answer



permanent link
Ralph Schoon (61.8k33643) | answered Jul 08 '16, 7:01 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Option 1: https://jazz.net/wiki/bin/view/Main/AttributeCustomization JavaScript calculated value for the dependent attributes.
Option 2: Java Based Extension

Your answer


Register or to post your answer.