Skip to main content

Hi, I’m sorry but I’m new in Salesforce.com world.

With Skuid It’s possible call external WebService to retrive data and rendering the result (recordset) in a Table/list page? (only in visualisation)

Thanks!

Sergio

Sergio,

At a high level, you can definitively call an external web service that returns XML or JSON.  You will still need a model to serve up the data in the table; otherwise, you will need to go the custom route.

Me, I would create a model to store the response data and be done with it.  Maybe other community members have a better solution?

Hope this helps.

Irvin


Reply