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
NaliniNalini 

Insertion of field from Salesforce to Mysql

Hi all,

          Is it possible to insert the fields from salesforce to mysql.if so can anyone guide me with the possibilities.

 

 

 

Regards,

Nalini.s

aalbertaalbert

I think you are referring to wanting to keep your schemas in sync between salesforce.com and your mySql database, correct? From the salesforce.com side, you can use the Describe() APIs to get the current version of your salesforce.com objects and fields. Then you would have to develop the logic to add those tables and column on the mySql side.