Play Games

Search This Blog

Showing posts with label Use Aura component in Quick Action Salesforce. Show all posts
Showing posts with label Use Aura component in Quick Action Salesforce. Show all posts

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.