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, 79 characters, and it's always associated with a single object.
  2. Process Builder is available only for Enterprise, Performance, Unlimited and Developer editions.
  3. Using Process Builder, you can't delete the records. If you want to do so, you have to use Flow with Process Builder.
  4. Process Builder doesn't allow the use of dynamic dates, unlike Workflow Rule. If you want to pass a dynamic date to a field in Process, then you need to create a Formula field and use it in Process Builder. For example, set a new Opportunity close date to 90 days from today. For this, create a Formula field in the Opportunity object as Today () + 90. In Process Builder, map the Opportunity close date with the Formula field.
  5. To set Text data field to blank, you can use {!$GlobalConstant.EmptyString}.
  6. The Process owner will receive an e-mail from Salesforce. If Process failed on runtime or any fault occurs, an error or warning messages might refer to a Flow instead of a Process.
  7. Process follows all the governor limits that apply to Apex.
  8. You can have a maximum of 50 active Processes on any object. The organization-wide limit of active Processes is 500.
  9. Process actions are executed in the same order in which they appear in the Process Builder.
  10. You can't delete an active Process, first you have to deactivate it. Once you have deactivated a Process, you have wait 12 hours to delete it.
  11. If a custom field is referenced in a Process or Flow, you can't delete that field.
  12. You can add 10 immediate and 10 scheduled actions for a particular criteria node.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.226.142