This repo holds an example of how to integrate to AppExchange's ORGanizer for Salesforce Connector app if you don't own an ORGanizer for Salesforce extension PRO license.
This specific script lets you download all the details of a given Backup record, handling the decryption using the shared secret assigned to the Backup record.
- Install all required modules from package:
npm install
- Rename a
.env-local
file into.env
and set the correct values - Run
heroku local
( How to install Heroku CLI )
Before running the script configure the following environment variables:
localfolder=path\to\local\folder
loginurl=https://login.salesforce.com
sf_username=myusername@example.
sf_password=PASSWORD+TOKEN
backupId=000XXXXXX
backupSecret=backupSecret
Enrico Murru 2021 - https://organizer.solutions