RTC - How to set values of other attributes when another custom attribute changes
![]()
I have an XML file that I'm using to populate a custom attribute (Attrib_A) dropdown values using the HTTP Filtered Value Set. This is working just fine. I also have 2 more attributes (Attrib_B & Attrib_C) that are Strings. I would like to automatically set the corresponding values of Attrib_B & Attrib_C when a user chooses the value of Attrib_A.
For example:
Here is the XML skeleton. Attribute A is being populated with Cell_1 data based on the HTTP Filtered Value Set. If a user choose "123" from the drop down list I want to use a Calculated value set on Attrib_B & C to automatically set them to "123 - Item A" and "Description of Item A" respectively. Can you help me on how to script out the Calculated Value Set for Attrib_B & C?
<root>
|
One answer
![]()
Hi,
Please check the ValueSet provides https://jazz.net/library/article/1003#value-sets " Value SetsRTC provides custom value sets that allows you configure how the values of an attribute are determined. In the Eclipse UI, four types of value set customizations can be configured in :
Hope it helps.
Sandy
|