Skip to main content
Nintex Community Menu Bar
Question

Call external data via webservice in Skuid table?

  • July 9, 2024
  • 1 reply
  • 8 views

Forum|alt.badge.img

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

1 reply

Forum|alt.badge.img+11

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