Skip to content

Salesforce.com application to enable and disable validation rules, workflows and Apex triggers

Notifications You must be signed in to change notification settings

eofferma/sfswitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Switch

Salesforce.com application to enable and disable validation rules, workflows and Apex triggers

Details

This application runs on Django and is designed to run on Heroku, but could run on any server with some changes

Installation

  • Deploy code to a Heroku instance
  • Install a Heroku database and a Redis add-on
  • Create a Connected App in Salesforce
  • Set up environment variables in Heroku for the Connected App settings:
    • SALESFORCE_CONSUMER_KEY = your Salesforce consumer key from the connected app
    • SALESFORCE_CONSUMER_SECRET - your Salesforce consumer secret
    • SALESFORCE_REDIRECT_URI - set to the URL of your app + '/oauth_response'
    • SALESFORCE_API_VERSION - current WSDL is setup to use 34
  • Run heroku run python manage.py syncdb

About

Salesforce.com application to enable and disable validation rules, workflows and Apex triggers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.6%
  • CSS 23.0%
  • Python 19.1%
  • HTML 14.3%