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
CRM Manager.ax991CRM Manager.ax991 

access salesforce.com objects via .NET

Hi, I am wondering if it would be feasible to access salesforce.com objects via C#? If so, what should I need. We need to integerate sfdc with inhouse systems such as quickbooks etc., Thanks 

b-Forceb-Force

SFDC objects can be exposed to external system by using other system by using webservices ,

 

Please check this Webservice Guide which will give some basic Idea of webservice implementation.

 

Thanks,

Bala