Before we start, a HUGE shout out to Mohith Shrivastava to help me find a decent solution for this problem. You might know this already that you can create unmanaged and managed package from Salesforce UI easily. But when it comes to unlocked packages, unfortunately, you can only create them using Salesforce CLI. I'm a … Continue reading SFDX Packaging Commands made easy with tasks.json in VS Code
Month: Feb 2022
Flow Screen Component: Dependent Picklist with Record Types and Multi-Select support version 2
Hola! 😀 Some time back I had created couple of flow screen components to extend the standard dependent picklist component with record type support (because the OOTB flow component (still) doesn't support this). Flow Screen Component: Dependent picklists based on RecordType selection Flow Screen Component: Dependent Picklists with RecordType and MultiSelect Picklist support A lot of folks … Continue reading Flow Screen Component: Dependent Picklist with Record Types and Multi-Select support version 2
How to create a Custom Property editor?
Hi, I recently did a session at Kochi Developer group where I demo-ed how to create a Custom Property Editor from scratch. We also discussed how Custom Property Editor can prove to be useful and what are the use cases where you consider building Custom Property. Fortunately, the session was recorded so I thought might … Continue reading How to create a Custom Property editor?
Migration Strategy: Process Builder & WFRs to Flows
Hi, As you may all know, with the upcoming release Spring '22, Salesforce is introducing 'Migrate to Flow' tool (in beta) to help you migrate your existing workflow rules to Flows. And Process Builder Migration tool is also on the roadmap for Summer '22 (safe harbor). Even with the given set of tools, migrating all … Continue reading Migration Strategy: Process Builder & WFRs to Flows