Activity › Forums › Salesforce® Discussions › implement quick action
-
implement quick action
Posted by Prachi on September 11, 2018 at 2:05 PMWhich interface we are supposed to implement so that a lightning component can be used as quick action?
Avnish Yadav replied 7 years, 9 months ago 4 Members · 3 Replies -
3 Replies
-
Hi,
Quick Action/Lightning Actions is an Object-specific action. Object-specific actions let users create records that have automatic relationships to other records, make updates to specific records, and interact with records in ways that you define.
Lightning actions are built on the existing salesforce Lightning Component Framework that you may already have adopted. So you can easily convert your existing Lightning components to actions and use them in Lightning Experience and Salesforce1 Application.
To display a lighting component as a Quick action to an object, It must be implemented withforce:lightningQuickAction OR force:lightningQuickActionWithoutHeader.
Thanks
- [adinserter block='9']
-
Hi Prachi
We need to implement the following “force: lightningQuickAction” so that we can use the component as a Quick Action.
Hope this will help you!
-
Hey Prachi,
Use force:lightningQuickAction or force:lightningQuickActionWithoutHeader interface to implements lightning component in quick action.
Thanks.
Log In to reply.