Salesforce Flow is one of the most used declarative tools to automate business processes in Salesforce. Most of us usually create a new flow for each requirement. That not only is not a best practice, but, in the long run, it is a highly unproductive and unsustainable approach to managing
Tag: Process Builder
Automatically Add New User to Public Group or Queue
Big Idea or Enduring Question: How do you automatically add new users to a Public Group or Queue? Objectives: This blog post will help us to understand the following Create automation associated with creating a new user Automatically add a user to a specified Public Group or Queue with Flow
Auto Remove a Record From Chatter Groups
Big Idea or Enduring Question: How do you automatically remove a record from the Chatter Groups? Salesforce allows you to add a record to Chatter Groups, which means you can now collaborate and discuss the records as a team in the group. You can only add Account, Contact, Contract, Campaign, Case, Lead,
Query Records by List of Ids in Flow
Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost? Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the
Auto Create a Public Group For New Account
Big Idea or Enduring Question: How can you automatically create a public group for a new account? If you have a large Community implemented and a very active instance of Salesforce, you are probably leveraging Public Groups extensively. The public group represents a group of users. We can add any number of users
How to Fix FIELD_INTEGRITY_EXCEPTION Error
Big Idea or Enduring Question: How do you resolve the FIELD_INTEGRITY_EXCEPTION 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 processes without writing code. However, with great power comes great responsibility – If a user starts creating a new
How to Fix FIELD_CUSTOM_VALIDATION_EXCEPTION Error
Big Idea or Enduring Question: How do you resolve the FIELD_CUSTOM_VALIDATION_EXCEPTION 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 processes without writing code. However, with great power comes great responsibility – If a user starts creating a new