AllianceTek Inc.
CompanyPopular Salesforce Blogs
Getting Up-Close With The Future Of Salesforce’s Ever-Evolving Tech Ecosystem
“Change is the only constant.” - Heraclitus If any organization across the globe has truly lived by this saying, it is Salesforce. What began as…
Get Picklist Values in Salesforce Lightning Component From a Common Apex Function
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"…
Users, Profiles, and Permission Set in Salesforce
Users In Salesforce, a user performs various types of management tasks ex create and edit users, password reset, data access configuration, etc. Every user has…