👉 To understand how to solve the same business use case using Salesforce Flow. Check out this article Getting Started with Salesforce Flow – Part 70 (Creating Custom Record Sharing Logic). Big Idea or Enduring Question: Sharing records automatically without sharing rules or role hierarchy Using Apex Managed Sharing declaratively
Tag: flow
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
Add Record to Multiple Chatter Groups – Parsing Multi-Select Picklist fields (Flow)
In Spring’15 release Salesforce added a new feature on Chatter, that is Add records to Chatter Groups. In the last article Automatically add records to Chatter Group” I had discussed the way to automate this process. In this article, I am going to discuss how you can allow your users to
