Clone a Public Group or Queue with Members in Salesforce using Salesforce Flow
Tag: GroupMember
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,
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
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