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
dotvalvedotvalve 

Updating external database

I'm looking for the best way to update an external database when the status of a lead is updated in our production instance of salesforce.  Is this possible using Apex triggers?

 

adroitusadroitus

Hello Developer,

 

u can use DBAmp Provider in your external database.

 

These provider is designed for Data integration for salesforce.com and SQLServer.

 

For more about information about DBAmp Provider (www.forceamp.com)

 

 

Regards,

Ashish Agrawal

 

dotvalvedotvalve

Thanks for the reply.  Any suggestions for MySQL?

adroitusadroitus

Hello Developer.

 

Use dbsync product for integration with salesforce with any external database.

 

 

http://www.mydbsync.com/

 

Regards,

Ashish Agrawal