How to Fix MIXED DML Operation Error

Big Idea or Enduring Question: How do you resolve MIXED_DML_OPERATION: DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa) error?  The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business

Read More

Salesforce Flow Design Patterns – from Fundamentals to Mastery

Salesforce Flow is like a double-edge sword – on the one hand, it is one of the most powerful tools provided by Salesforce to implement business automation declaratively; on the other hand, if one implements Salesforce Flow sloppily then, it may turn into a nightmare by flashing errors like SOQL

Read More

Deploy Flow(s) or Process(es) Using Workbench

Big Idea or Enduring Question: How do you deploy Flows using Workbench?   Objectives: After reading this blog post, the reader will be able to: Understand how to use Workbench to retrieve change set Understand how to use Workbench to deploy flows Understand how to use Workbench to deploy any components  Deploy components to

Read More

Add or Remove Followers to a Record with the Help of Salesforce Flow

Big Idea or Enduring Question: How can we develop declarative functionality to add or remove followers from a record? In Salesforce, a user can follow Chatter groups or Records. Salesforce provides out-of-the-box functionality so that Chatter group managers can also add/remove people from the group. To manage a record’s followers/subscribers,

Read More