Hola! :)I recently had the opportunity to share the virtual stage with Antoine Cabot, Senior Director PM @ Salesforce on an episode of the Automate This! series. In this episode, I shared how you can run flows directly in Slack and increase your end users' productivity. Here’s the recording of the same (links for blog … Continue reading Integrate Salesforce Flows and Approvals in Slack for Maximum Productivity
Month: Mar 2023
LWC SOQL Utility – One Apex class for all queries
When creating Lightning Web Components, how often have you had to create an Apex class just to do a simple query. Even for the simplest of queries, you've to create 2 Apex classes, one class that does the query and one additional test class. And often, you want to avoid this overhead for simpler use-cases. … Continue reading LWC SOQL Utility – One Apex class for all queries
Formula: Concatenate multi-select picklist values in Formula field without the trailing ‘;’
Hola! 😀 I recently came across a use case where the customer wanted to display the concatenated values of Multi-select picklist in a formula field. The tricky part of the request was that customer didn't want the leading ';' in the result of formula field. Let's say if we had to write this formula for … Continue reading Formula: Concatenate multi-select picklist values in Formula field without the trailing ‘;’