Salesforce

Salesforce & Google Drive

Salesforce’s APEX Connect namespace has classes that allow integrating with external file repositories including Microsoft Sharepoint and Google Drive. Here’s sample code that uses the latest Connect API ContentHub class methods to interface with Google Drive. The Connect API ContentHub class does not support folder creation; we use the Google Drive v2 REST API to

READ MORE
Salesforce

Salesforce CSV Export to Heroku PostgreSQL

I created a Python script to take all Salesforce CSV data export files and import them to a PostgreSQL database. The script is currently in use for a Heroku project I completed. See the code here: https://github.com/rtoepfer/salesforce-data-import-postgresql

READ MORE
Copyright © 2022 Zydeco Digital LLC