What is Single Sign On (SSO)? How does it work in Salesforce?
Single Sign On by the name it is could be easily understood that single credentials to access multiple applications. It is a session service plus…
Single Sign On by the name it is could be easily understood that single credentials to access multiple applications. It is a session service plus…
Dreamforce has grown tremendously since its inception. It started in 2003 with around 1,000 attendees. At its 16th edition in 2018, more than 180,000 trailblazers…
In the era of Digital Transformation, Customer Experience (CX) is the new battleground, and delivering superior CX has never been more important. In fact, according to…
Order of execution in salesforce is like an ABC in Salesforce World, make sure you should understand:- System Validation rule(required field, field format). Before Trigger…
Automation Studio - Automation Studio makes Marketing Cloud email sends, queries, imports, and more happen automatically. Automation Studio is a Salesforce Marketing Cloud application used…
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"…
Introduction of Blockchain According to Wikipedia "A blockchain, originally blockchain is a growing list of records, called blocks, which are linked using cryptography." Blockchain was…
When successful businesses are constantly changing with mergers, acquisitions, launches, and other events discover how an On Demand Salesforce service model can meet your fluctuating business…
There is a much fuss about the CRM systems across the IT and cloud managing services. Everyone is trying way too hard to keep up…
The below code shows how to use Ternary Operator in Salesforce Lightning Components: Ternary_Operator.cmp <aura:component > <aura:attribute name=”isError” type=”Boolean” description=”If Name is empty then true,…
Need to find a superior employment option in 2018? If your answer is yes then there is one thing that you need to complete in…
Being a fresh learner of Salesforce this blog is helpful to guide you about writing a web service using Rest and calling the web service through…