function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SmytaSmyta 

Fetch data from client app into force.com sites

Hi,

What is the simplest way to have a data exchange between a client application and Salesforce(force.com sites) using client application's REST APIs, I want to fetch data from client application into force.com sites.

Thanks,
Smita
Naval Sharma4Naval Sharma4

Hi Smyta,

You can implement your logic in apex where you can call REST APIs as well and through apex you can show the data on visualfoce page.

I think it's easiest way.

Let me know if you need more help.

Thanks,
Naval