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
sunny_mhl10@yahoo.comsunny_mhl10@yahoo.com 

Integration

Hi

 

   How to send data from Salesforce to Asp.net webite & vice-versa

 

Thanks

Navatar_DbSupNavatar_DbSup

Hi,

 

In order to move data from salesforce to  .net Website and vice-versa ,  you can make .net tool, by which you can directly query the data and then push that in salesforce. Here you can use

 

o  Web services

o API's provided by salesforce

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

sunny_mhl10@yahoo.comsunny_mhl10@yahoo.com

Hi Navatar

 

    Actually i want to insert data from Salesforce to 3rd Application Say when Account is created that i want to insert in another application . I don't want to query data in Salesforce from Asp.Net.

 

Thanks