Where are value set relationships stored ?
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
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
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.
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.