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
Durai MuruganDurai Murugan 

Create the customize link in salesforce and send data to thiry party site

Hi,
Is it possible to Create the customize link in salesforce  lead detail page for an task , when i click the link, lead activity's data send to my own site and store there for my customize work.

Thanks,
Durai
Sonali_takkeSonali_takke
Hi Durai ,

Easy way is to use Force.com Sites it lets you create public web applications and websites that run natively on Force.com
It can also be used to expose data from CRM records onto a website to allow Realtime exposure and updates. It is possible to pull data from one or more objects on to a website.
This approach removes the need to push or pull data between systems as it is exposed on the website.

Other way is to create a connected app and enable OAuth then create a webservice class
and perform callout from your website.


Thank You