Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Salesforce Process Builder Quick Start Guide

You're reading from   Salesforce Process Builder Quick Start Guide Build complex workflows by clicking, not coding

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher
ISBN-13 9781789344318
Length 170 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Rakesh Gupta Rakesh Gupta
Author Profile Icon Rakesh Gupta
Rakesh Gupta
Arrow right icon
View More author details
Toc

A few points to remember

The following are some noteworthy points regarding Process Builder:

  1. A process's API name must be less than, or equal to, 77 characters, and it's always associated with a single object.
  2. Using Process Builder, you can't delete records. If you want to do that, you have to use Flow with Process Builder.
  3. To set the Text data field to blank, you can use {!$GlobalConstant.EmptyString}.
  1. By default, the process owner will receive an email from Salesforce. If the process fails at runtime, or if any fault occurs, the error or warning messages might refer to a Flow instead of a process. If you want to notify other users and your IT department, use the Apex Exception Email, under the Salesforce setup. 
  2. The process follows all of the governor limits that apply to Apex.
  3. You can have a maximum of 50 active rules and processes on any object. Rules include Workflow Rules, Escalation Rules, Assignment Rules, and Auto-Assignment Rules.
  4. Process actions are executed in the same order in which they appear in the Process Builder.
  5. You can't delete an active process; first, you have to deactivate it. Once you have deactivated a process, you can immediately delete it.
  6. If a custom field is referenced in a process/Flow, you can't delete that field.
  7. Before you change a custom field’s type or name, make sure that it isn’t referenced in a process that would be invalidated by the change.
  8. An immediate action on a record update obeys validation rules.
  9. A scheduled action on a record update skips validation rules.
  10. If any of the actions fail, the entire transaction fails and an error message is displayed.
  11. File type custom fields aren’t supported in Process Builder.
  12. External objects and deprecated custom objects aren’t supported in Process Builder.
  13. If a single action group includes multiple Update Records actions that apply different values to the same field, then the last action’s value is used.
  14. The total number of process criteria nodes that are evaluated and actions that are executed at runtime is 2,000.
You have been reading a chapter from
Salesforce Process Builder Quick Start Guide
Published in: Jul 2018
Publisher:
ISBN-13: 9781789344318
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime