As a developer, there are several ways you can manage your projects more efficiently: DEFINE Define clear goals and objectives: Before starting any project, define clear goals and objectives. These should be specific, measurable, attainable, relevant, and time-bound (SMART). This will help you stay focused and prioritize your work. What are SMART goals? The SMART … Continue reading How to manage projects more efficiently as a developer
Salesforce
The Salesforce Ternary operator.
Why is this not documented further? Because it's common to every language. PHP, Java, C#, Apex... All languages have this ternary operator. Probably why it's not documented heavily. There are plenty of debate on the forums open if you want to go explore deeper. Let's keep it at this... Because it's use case is limited … Continue reading The Salesforce Ternary operator.
How to concatenate Multi Select Picklists using Salesforce Lightning Flow
Scenario: I have a picklist for users to choose which version of our product customers have. I have a second picklist for users to choose which version of our product to "upgrade to". Included in the upgrade, are manual, but required, patches (or hotfixes) that must be applied. The Operations team is requesting that I … Continue reading How to concatenate Multi Select Picklists using Salesforce Lightning Flow