Lightning articles
16 articles · Platform UI
Automation Lightning App: Centralized Flow Management
If you have ever spent way too long hunting for one flow in the Setup menu, the Automation Lightning App is worth...
Use If/Else in Lightning Email Templates to Show Account Rating
How to Extend Components in the Aura Framework (Salesforce) | Aura component inheritance
Is it possible to use the value of another attribute or any custom label as the default value of one attribute in aura component instead of using hardcode? | Aura attribute default value
Get Aura current user name and profile without Apex
You don't need a whole Apex class just to find out who is logged in. Here is how to use Lightning Data Service to grab...
Lightning Data Service: Build Salesforce UI Without Apex
Writing Apex for every single data fetch is a huge time sink. Lightning Data Service handles record access and security...
Understanding Aura data binding in Salesforce components
If you work in older Salesforce orgs, you need to know how Aura data binding works. It keeps your UI and data in sync...
How to call an Aura controller method from another method
Tried to call one controller function from another and got stuck? Keep the controller thin and move the heavy lifting...
Lightning Message Service: How to Sync Salesforce Components
Tired of messy event bubbling? Lightning Message Service lets your components talk to each other even when they aren't...
Application vs Component events in Salesforce Aura Components
Choosing between Application vs Component events can get tricky when you are in the middle of a sprint. Here is how...
Restrict Aura component to Specific Salesforce Objects
Your Lightning App Builder does not have to look like a junk drawer. The metadata file decides which record pages a...
What is Salesforce OmniStudio? A Guide for Developers
I built everything in LWC or Flow until I ran into Salesforce OmniStudio. It is a toolkit for industry-specific UIs...