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"…