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
Brian LiccardoBrian Liccardo 

Website Salesforce Integration

Hello. I am building a website for a client and will need to retrieve information from their salesforce account. I will need to retrieve a list of all their clients and their data. I will need to be able to update client data and add purchases they make on the website. Can someone provide me with information to get me started.

Thanks
Brian
Hemant_SoniHemant_Soni
Hi Brian,
As per my knowledge there are two best ways.
  1. Salesforce Sites (https://help.salesforce.com/articleView?id=sites_overview.htm&type=5)
  2. Rest APIs (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/)
Please let me know if you need futer assistance.