Can I use HttpConnectorParameters method in RTC 3.0.1.3 or 4.0 Script based Calculated value ?
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
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
Comments
Rama SCM
Jan 09 '14, 12:07 p.m.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