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
dharamdharam 

salesforce integration

hi,

while adding a new contact at salesforce.com from 'Create New Contact' screen and clicking 'Save' button, i want the data entered to be validated from an external application at the click of a button.

how would this be possible? what integration mechanism could be used (web services, custom objects/tabs etc)?

thanks in advance,
dharamvir
adamgadamg
The only way to do this this today is to have script that polls for newly created records and does the check/validation post save.