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
Eduardo BarbosaEduardo Barbosa 

Item Updated - Event

Hello everyone,

 

I developed a code to integrate Salesforce x Sharepoint. 
I need to event that be call when a Item is changed. 

 

Does the salesforce have something to help me?


Sales 

myforcedotcommyforcedotcom

Eduardo,

 

The web service api has a function that can be called periodically called getUpdated(sObjectType, startTime, endTime)

Here is a link to the docs: http://www.salesforce.com/us/developer/docs/api/index_Left.htm

 

You could also use outbound messaging to call an external webservice when a item is changed.