Can I use HttpConnectorParameters method in RTC 3.0.1.3 or 4.0 Script based Calculated value ?
Alicia McPherson (71●3●14●18)
| asked Jun 19 '12, 4:03 p.m.
retagged Jun 20 '12, 8:33 a.m. by Arne Bister (2.6k●1●28●32)
Hi,
I'm trying to use HttpConnectorParameters method in scripts for a Calculated Value, but I'm getting an error. Is it possible to use HttpConnectorParameters in a Calculated Value Script? The script throws an error when the method is invoked: var params= new HttpConnectorParameters(); Thanks for any help! Alicia |
One answer
Hi Alicia,
Check the link "Data Source Value Set Provider" and the "Tutorial for providing a custom value set provider": https://jazz.net/wiki/bin/view/Main/DataSourceValueSetProviders#Tutorial_for_providing_a_custom Hope it helps! Greetings, 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 Alicia,
Were you able to figure this out? Or any workaround? I have requirement where I need to set value of one field based on other field. I was thinking of mapping the values is in XML and use it to get value set for first filed (HTTP Filtered Value Set) and for second field use script base calculated values and use HttpConnector to get the mapped value.
I will appreciate any pointers you may have.
Thanks!
Rama