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

Read More

Allow Anyone to Add or Remove User into Public Group or Queue

Big Idea or Enduring Question: How can we use Salesforce Flow to allow anyone to Add or Remove Users from Public Groups or Queues? In Salesforce, Queues and Public Groups represent a group of users. Only administrators and delegated administrators can create and edit public groups. At the same time,

Read More

Use an Inline Visualforce Page to auto launch a Flow

An inline Visualforce page allows us to embed a Visualforce page to standard page layouts. A Visualforce page would be available for embedding in the standard page layouts provided the page is using the standard controller of that particular object. You can auto-launch a flow without user interaction, using the following methods

Read More

Parsing Dynamic choice Multi-Select Picklist fields (Flow) – Reusable component

In the last article Add Record to Multiple Chatter Groups – Parsing Multi-Select Picklist fields (Flow) I had discussed the way through which you can Parse Multi-select picklist or Multi-select check-boxes and store Parsed Ids into a collection variable. In this article, I am going to give you a reusable component

Read More