Development Best Practices
  • Home
  • Clean Code
  • Apex
    • Naming Conventions
    • Triggers
    • Unit Testing
    • Principles
      • KISS
      • DRY
      • Single Responsibility
      • Open/Closed
      • YAGNI
    • Patterns
    • SOQL
    • Exception Handling
    • Magic Strings
  • Lightning Components
    • Aura
    • LWC
  • Automation
    • Process Builder
  • Salesforce DX and VSCode
  • Git Source Control
    • Install Git
    • Using Git
    • Development Workflow
      • The Rules
    • Feature Branch Workflow
Powered by GitBook
On this page
  1. Automation

Process Builder

Naming Convention

Name your processes On OBJECT NAME - (RECORD TYPE) - GROUPING

For example an Lead object with record types of B2B and B2C might have processes with names:

On Lead (B2B) - Qualified

or

On Lead (B2C) - Converted
PreviousAutomationNextSalesforce DX and VSCode

Last updated 5 years ago