consuming external webservices through javascript api under workitem attribute customization
Hi,
Is it possible to consume external webservices through a custom "Calculated" javascript api?
I'm trying to see when the script is called for any change in the workitem, I can retrieve values of certain attributes and then make a external webservice call to pass those values to update that external application.
Any information is appreciated!
Thanks,
Binoy
Is it possible to consume external webservices through a custom "Calculated" javascript api?
I'm trying to see when the script is called for any change in the workitem, I can retrieve values of certain attributes and then make a external webservice call to pass those values to update that external application.
Any information is appreciated!
Thanks,
Binoy
2 answers
Hi Binoy, as far as I can tell, the HTTP Filtered Value Set is only available in value sets and not in calculated values. I think I remember trying it and could not call it. For using it in JavaScript value set providers see https://jazz.net/library/article/1093 lab 5.
Comments
Hi Ralph,
Thanks for the quick reply.
I'm not sure I understand clearly your reply though. I have a javascript file that makes an XMLHttpRequest to a Remedy webservice and updates a certain remedy ticket.
I was wondering if I can use this script within the javascript api of RTC. The goal would be to exchange information between RTC and Remedy.
Is it possible to use plain javascript within the api and make calls to external services?
Thanks,
Binoy
Binoy,
I was talking about https://jazz.net/library/article/1093 lab 5. If you have your own JaavaScript code, I can not tell if it would be working. I would suggest to try.