Is any way to get "http value sets providers" to work on RTC 3.0.1.1 ???
Hi folks,
Is any way to make "http value sets" to work on RTC 3.0.1.1 ???
All posts I've read are intended for v4.0. I've tried applying https://jazz.net/library/article/1257/ but didnt' work for me: I got 1st set value provider (Gerencia) properly populated, but dependent 2nd provider (Miembro) doesn't populate any value.
Below is an example of XML I'm using.
Any idea or workaround?
Thanx!
<?xml version="1.0" encoding="ISO-8859-1"?>
<record>
<Gerencia>
<name>9387BA-CPD</name>
<Miembros>
<id>u0191310</id>
<id>u0181152</id>
<id>u0181716</id>
<id>u0197709</id>
</Miembros>
</Gerencia>
<Gerencia>
<name>9387BC-Redes</name>
<Miembros>
<id>u0183192</id>
<id>u0180507</id>
</Miembros>
</Gerencia>
</record>
Is any way to make "http value sets" to work on RTC 3.0.1.1 ???
All posts I've read are intended for v4.0. I've tried applying https://jazz.net/library/article/1257/ but didnt' work for me: I got 1st set value provider (Gerencia) properly populated, but dependent 2nd provider (Miembro) doesn't populate any value.
Below is an example of XML I'm using.
Any idea or workaround?
Thanx!
<?xml version="1.0" encoding="ISO-8859-1"?>
<record>
<Gerencia>
<name>9387BA-CPD</name>
<Miembros>
<id>u0191310</id>
<id>u0181152</id>
<id>u0181716</id>
<id>u0197709</id>
</Miembros>
</Gerencia>
<Gerencia>
<name>9387BC-Redes</name>
<Miembros>
<id>u0183192</id>
<id>u0180507</id>
</Miembros>
</Gerencia>
</record>
One answer
Hello Martin,
HTTP Value Set Providers came with 4.0
Might be confirmed with https://jazz.net/downloads/rational-team-concert/releases/4.0?p=news#value-set-providers
Hope it helps,
Eric.
Comments
Thanks Eric for your quick response.
Well, the "HTTP Filtered Value Set" option is eligible in RTC 3.0.1, but doesn't work.
You know any other way to do this in v3?
Or any other way to have 2 attributes value linked from a external source?
Mi intention is to programatically link a "member" to his/her "Department" (selecting on combo Department I want to have all its members listed in a 2nd combo). That mapping is provided from outside RTC, thru an XML file.
Thanks again.