It's all about the answers!

Ask a question

Where are value set relationships stored ?


Fred Bickford (281532) | asked May 27 '15, 6:14 a.m.
JAZZ DEVELOPER
edited May 27 '15, 6:25 a.m. by Ralph Schoon (63.1k33645)
Curious where a relationship of a given sett of attributes are stored as I have many hundreds of combinations I would like to create and was looking to do so without doing one by one

so if I have the following

System
     A
     B
     C

Sub System
      1
      2
      3

And I had choices like:
System A can pick SubSystem 1 and 3
System B can pick SubSystem 2 and 4

2 answers



permanent link
Ralph Schoon (63.1k33645) | answered May 27 '15, 6:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Fred,

please see the Process Enactment Workshop for the Rational solution for Collaborative Lifecycle Management especially lab 4 and 5 to understand how AttributeCustomization works. For value sets you pretty much have enumerations and http filtered value sets.

If you use dependent enumeration, the information is stored in the process XML. You can also create your own Java based providers: https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/
The relationships can be stored in the process XML, or you would have to have the information provided somewhere else.  

permanent link
Hakki Bozkurt (1631228) | answered May 27 '15, 7:02 a.m.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.