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
swamyswamy 

Integration

Hi,

 

I want  simple example  for integration......i.e., if my client updates the field in contact object...that field should updated in my salesforce edition...

 

Client belongs to third party...not a salesforce......

 

If,anyone knows about this reply me...immediately

Navatar_DbSupNavatar_DbSup

Hi,

 

Salesforce providing the various APIs which you can use inside the 3rd party application. Like .net, java etc.

 

For more details please go through the link below:

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_intro.htm

 

http://www.salesforce.com/us/developer/docs/api/Content/implementation_considerations.htm

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_concepts_security.htm

 

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

Abhay AroraAbhay Arora

hi,

 

Below is a blog you can refer. just let me know if you need more help.

 

http://php-salesforce.blogspot.in/

 

In above i am passing the report name you can change this method to user any other variable and set it in your salesforce refer below method

 

WebService static string FindReport(string ReportName)

 

Thanks

Abhay