Skip to content

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.

License

Notifications You must be signed in to change notification settings

enreeco/organizer_connector_integration_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORGanizer for Salesforce Connector integration guide

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.

Installation

  1. Install all required modules from package: npm install
  2. Rename a .env-local file into .env and set the correct values
  3. Run heroku local ( How to install Heroku CLI )

Configuration

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

Credits

Enrico Murru 2021 - https://organizer.solutions

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published