Http Filtered Value Set Sample (Javascript)
Hi,
I have a problem with the sample 'Google Movies' value set. The line of code that does not work is: var connector = context.getDataConnector("HttpConnector"); The connector object is null and the line var values = connector.get(params);doesn't work because it can't call .get() on a null value. I've copied this straight from the sample on the jazz.net article https://jazz.net/wiki/bin/view/Main/DataSourceValueSetProviders so this is very frustrating. Any ideas? Henry |
Accepted answer
Used a different solution in the end but thank you for your help. I believe it was probably to do with the RTC version I had installed. And thanks Ralph for that blog post, very interesting.
Ralph Schoon selected this answer as the correct answer
|
One other answer
Are you still having problems? Maybe you missed the dojo.require statement from the example?
Regards, Jorge. |
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.
Comments
Hi Henry,
I was able to follow the tutorial and do this in RTC 3.0.1.3.
Please see this blog post from Jorge for an additional code example.