Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Business Process Automation with Salesforce Flows

You're reading from  Business Process Automation with Salesforce Flows

Product type Book
Published in Dec 2023
Publisher Packt
ISBN-13 9781835089255
Pages 184 pages
Edition 1st Edition
Languages
Author (1):
Srini Munagavalasa Srini Munagavalasa
Profile icon Srini Munagavalasa

Table of Contents (17) Chapters

Preface 1. Part 1: Understanding Business Requirements and Automation Needs
2. Chapter 1: Process Flows – Understanding Business Requirements 3. Chapter 2: Identification of Functional Requirements for Automation 4. Chapter 3: Business Process Features to Automate 5. Part 2: Business Process Automation in Salesforce
6. Chapter 4: Flow Building Blocks, Triggering, and Entry Conditions 7. Chapter 5: Salesforce Order of Execution 8. Chapter 6: Types of Salesforce Flows 9. Chapter 7: Flows Using Apex Sharing 10. Chapter 8: Optimizing and Troubleshooting Flows 11. Part 3: Flow Orchestration
12. Chapter 9: Flow Orchestration 13. Chapter 10: Compose and Orchestrate Business Processes 14. Assessments 15. Index 16. Other Books You May Enjoy

Salesforce Platform OOE

As with every other software application, Salesforce also defines its own set of OOE in its database. Without these rules and controls in place, we will run into unexpected behaviors in our data as well as the overall behavior and performance of the system, not to mention implications for your organization.

This is OOE as defined by Salesforce. No matter what kind of tool you use, this order needs to be followed. It can be your Apex coding, Salesforce flows, or something else.

This is the sequence in which Salesforce executes various tasks. When any DML operation is performed in a Salesforce record, such as your user clicking the Save button to create or update a record, the following is the OOE in Salesforce:

  1. Initializes the record (the original record loaded from the database for updates).
  2. System validation rules: Loads new values (for updates, old values are replaced). This event verifies field formats, maximum field lengths, required fields...
lock icon The rest of the chapter is locked
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 $15.99/month. Cancel anytime}