GitHunt

Salesforce-Report-Retriever

It Helps to retrieve the reports metadata easliy from Salesforce Org

Installation

  1. Copy the URL or Download latest version of code.
  2. Paste into git cli
$ git clone COPIED_URL
$ cd SALESFORCE-REPORT-RETRIEVER
$ npm i

Add the Credentials

  1. Create a .env file in current folder.
  2. Add the credentials information in the file
SF_LOGINURL = https://*.sandbox.my.salesforce.com/
SF_USERNAME = YOUR_USERNAME
SF_PASSWORD = YOUR_PASSWORD
SF_TOKEN = YOUR_TOKEN

Run the file

  1. Add Report Id in input.txt file with seperated commas.
  2. Run node index.js
  3. Report file type will be attached to output.txt file.

Languages

JavaScript100.0%

Contributors

Latest Release

0.1.0April 15, 2024
Created April 10, 2024
Updated June 19, 2024
hakeemsalman/Salesforce-Report-Retriever | GitHunt