Lightning articles
14 articles · Platform UI
Automation Lightning App: Centralized Flow Management
If you have ever spent way too long hunting for a specific flow in the Setup menu, you are going to love this. The...
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. I'll show you how to use Lightning Data Service to...
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 are working in older Salesforce orgs, you need to know how Aura data binding works. It is the glue that keeps...
How to call an Aura controller method from another method
Ever tried to call one controller function from another and got stuck? The secret is keeping your controller thin and...
Lightning Message Service: How to Sync Salesforce Components
Tired of messy event bubbling? Lightning Message Service lets your components talk to each other even if they aren't...
Application vs Component events in Salesforce Aura Components
Choosing between Application vs Component events can be tricky when you are in the middle of a sprint. I will break...
Restrict Aura component to Specific Salesforce Objects
Stop letting your Lightning App Builder look like a junk drawer. I will show you how to use the metadata file to ensure...