It's all about the answers!

Ask a question

Is any way to get "http value sets providers" to work on RTC 3.0.1.1 ???


Martin Sarro (1122) | asked Sep 06 '13, 6:17 a.m.
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>

One answer



permanent link
Eric Jodet (6.3k5111120) | answered Sep 06 '13, 6:48 a.m.
JAZZ DEVELOPER
 Hello Martin,
HTTP Value Set Providers came with 4.0

Hope it helps,
Eric.

Comments
Martin Sarro commented Sep 06 '13, 7:55 a.m.

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.

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.