Search This Blog

Wednesday, May 12, 2021

Use Aura component in Quick Action Salesforce - Salesforce Globe For You

 Use Aura component in Quick Action Salesforce  - Salesforce Globe For You 

Solution: In order to use aura component in quick action,the component should implement force:lightningQuickAction interface.

Example:

<aura:component implements="force:lightningQuickAction">

    This is the Aura Component for Quick Action

</aura:component>

Note: Add the button in the respective pagelayout in order to appear.





No comments:

Post a Comment