Steve Silver
IndividualPopular Salesforce Blogs
Get Picklist Values in Salesforce Lightning Component From a Common Apex Function
Blog
in Lightning
See below the code example to get Picklist Values in Salesforce Lightning Component from a Common Apex Function: CommonPicklist.cmp <aura:component controller="CommonPicklistController"> <aura:attribute name="ObjectName" type="String" default="Opportunity"…
Salesforce Classic to Lightning Migration: Major Challenges and Solutions
Blog
in Lightning
Salesforce Classic used to be the primary interface for Salesforce users until 2016. But, when compared to other CRM contenders, Salesforce Classic started to be…
Easy Way to Integrate Salesforce CLI with Visual Studio Code
Blog
in Salesforce integration
What is Salesforce CLI? Salesforce CLI is a command-line interface that simplifies development and builds automation when working together with your Salesforce org. Use it…