Sleekplan Logo
we run on Sleekplan

Insert customers from Salesforce to Microsoft SQL database

Insert customers from Salesforce to Microsoft SQL database This template process is inserting new Salesforce customers into a Microsoft SQL database on a schedule Implementation: - Use schedule trigger - Have a process variable for CustomerTableName - Make up a proper table (just one) for storing Salesforce customer data (just basic customer properties, no need for complex DB tsructure) - Get data from Salesforce, transform it to table structure and insert - origin: [GitHub](https://github.com/FrendsPlatform/FrendsTemplates/issues/73)