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
LacevedoLacevedo 

How to Save information from Salesforce to my system?

I'd like to have my information up to date. I mean, when some field is updated in one sforce  form, I'd like to obtain this information to my system.  How can i do this?

thanks in advance!

benjasikbenjasik
Depending on fast you need the data in your other system, you could use the getUpdated call to look for changes every x minutes and push changes to your system. Or, you could create a web link and add it to the form. The user would click on this link which would push data to your system (you'd build a jsp or asp, etc for this)