Salesforce Lightning component Interview questions with answers for beginner and experienced developers. Lightning component framework guide at Sfdcbeginner
Archives
How to find Salesforce org ID
Salesforce classic login to your org from login.salesforce.com Click on Setup 3. Type Company information in quick find box 4. Click Company information under Company information Salesforce.com organization id column has your organization id Lightning experience click on gear icon and select setup 2. Type Company information in quick find box Salesforce.com organization id column …
Lightning Component Child-Parent Communication without Event
The framework uses event-driven programming. You write handlers that respond to interface events as they occur. The events may or may not have been triggered by user interaction. In the Lightning Component framework, events are fired from JavaScript controller actions. Events can contain attributes that can be set before the event is fired and read …
Lightning Components Parent-Child Communication Patterns
In this tutorial, you will learn Lightning Components communication patterns which are attributes, method, events and can be used as per use-case
Salesforce Lightning Component Interview questions
Salesforce Lightning component Interview questions with answers for beginner and experienced developers. Lightning component framework guide at Sfdcbeginner
Salesforce DX most useful commands
A Salesforce DX project is a local copy of your artifact, a group of related code and customizations. We use following commands very frequently
An Introduction to Salesforce Platform Events
Learn about Salesforce Platform events and how to Setup Salesforce platform events inside Salesforce.
Production Deployment Strategies
Any time you deploy changes to production it is very critical because end user might get effected if something goes wrong so every time deployment happen you should have a deployment strategies.
Working with Salesforce data using Lightning design system
This tutorial comprise Lightning Design System to display Contact of any Account using apex function in Visualforce page. Apex Class Visual force page
Apex Test Suite a handy feature
With Spring ’16 Salesforce has released a new feature which helps to run multiple test classes at once. Suppose you have 50 test classes in your org on Opportunity object and every time any developer makes any change in your apex code you want to make sure that test cases are no failing so you manually …