Skip to content

A guide for picking the right Salesforce Automation tool - Flows, Processes, Workflows, Apex.

Notifications You must be signed in to change notification settings

mschmidtkorth/salesforce-automation-guide

Repository files navigation

Salesforce Automation Guide

Salesforce offers different tools for automating business processes. They differ in features, complexity and required skills. The decision which automation tool to use depends on multiple factors.

If you find yourself wondering what the latest features of each automation tool are or which one to recommend when, this guide will help you.

Check it out on salesforce-automation.herokuapp.com

Contributing

Do you want to suggest an enhancement, provide additional information or report incorrect information? See below!

Providing Feedback

If you are missing information or have found incorrect statements, feel free to leave feedback, create an issue to let me know or fix it yourself:

  1. Fork it! Clone it locally to start coding: git clone https://github.com/mschmidtkorth/salesforce-automation-guide.git
  2. Create your feature branch: git checkout -b my-new-feature
  3. Make and commit your changes: git commit -m 'Add new feature'
  4. Push to the feature branch: git push
  5. Submit a Pull Request from your feature branch to the develop branch