What are the basic differences between application event and component event?
Answer / Harikesh Gautam
Application events and component events both represent custom events in Salesforce. However, Application Events are fired by an Aura Application and can be handled by any Aura Component within the Application. On the other hand, Component Events are fired and consumed within a single Aura or LWC Component.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is fieldset in salesforce? Field set?
Which are the possible ways to search within salesforce?
Explain Class Constructors in salesforce?
Is it necessary to define an explicit primary key in custom objects? : salesforce Data Management
What is the use force:hasrecordID?
what is the Difference between Trigger.new & Trigger.old?
What is Approval Processing?
Mention what are the different types of reports available in salesforce?
How can we deploy components to production org ? : salesforce lightning component
What is record type?
Is it possible to achieve many to many relationship by using lookup relationships?
What is manual sharing?