Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
I need to get data out of a salesforce.com instance (specifically the number of open help desk tickets), and including that data in a ThingWorx mashup. To be clear, I’m looking to display the mashup in a ThingWorx instance; not a Mashup integrated into a salesforce.com instance.
salesforce.com exposes a pretty extensive REST API that returns JSON responses. What would be the recommended way to get a ThingWorx instance to invoke this REST API. I’m guessing that the two options are either invoking the API using a JavaScript snippet from a service, or alternatively creating a custom server side extension written in Java that invokes the force.com REST API?
Any suggestions are greatly appreciated.
Thanks,
- Darragh
Hi Darragh,
Yes, invoking the rest API using both of those methods is possible and can produce the same results. The extension of course would be more involved that the other. One of the simplest methods is to create a service using the loadJSON snippet to call the rest API and load its values into an Infotable to be displayed in a Mashup. You can then call this service using various events such as service invoked complete from another service, a refresh widget, or manually using a button.
Thank,
Saeed
Thanks Saeed. That's exactly the kind of answer that I'm looking for.
Darragh, please use the GetJSON service, although it will accomplish the same as Load, we are deprecating the Load services.
Will do. Thanks Pai.
Hi All,
I am new to this ThingWorx, i want to integrate with thingworx with salesforce/servicemax. what are the steps need to follow. Please provide the sample example with connection.
Thanks,
Sri
Hi All,
I am new to this ThingWorx, i want to integrate thingworx with salesforce/servicemax. what are the steps need to be follow , understood that we can use either REST or extensions for integrating. I want to use only extensions for integrating. Please provide the sample example / steps to use extensions for connectivity.
Thanks in Advance!!
Sahana R
Sahana, someone else may provide a more technically detailed answer but answers to your question about ServiceMax and Salesforce integrations:
Best,
Gates Ouimette