No one should have to remember to do things, especially if they are repetitive. As a declarative developer, I find ways to automate manual, repetitive tasks, but I build them smartly.
Where possible, I build components, whether flow or apex, in manageable, maintainable chunks that can be leveraged multiple times, but only built and maintained once.
Work smart, not hard. In this session, you will see how I use automation to systematically manage users as well as clean up the mess that deactivated users leave behind in your org.
Business Problem: Create an automated process to manage permission sets and remove deactivated users from permission sets, public groups, package licenses, call center configuration, etc. so people don't have to remember to do it.
Pre-built solution to be walked through that consists of a process, flow (with subflows and invocable apex).
Build declarative solutions that are componentized for reusability and maintainability
Attendees will learn how I built smart, reusable and easily maintainable flows with the use of subflows and invocable apex.