function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prateek.GargPrateek.Garg 

no lightning component quick actions are available

Hi All,

I am facing an error when installing a Lightning Component managed package in my org.
User-added image
The component is not showing while making a new Quick Action on Case object. The component is marked as access = global and also force:lightningQuickAction interface is added to it.

 The same component in the package is not throwing any error in other orgs while installation or while making a Quick Action.

Any help will be highly appreciated.

Thanks
Zuinglio Lopes Ribeiro JúniorZuinglio Lopes Ribeiro Júnior
Hello Prateek,

If you're implenting the quick action interface it should be working. Can you share your component please, so we can take a look? Have you tried to re-create the component? Sometimes if one of your attributes are not fine Salesforce can behave weirdly. 

In addition, in order to work properly be sure you have My Domain up and running. 

Lightning Component Actions
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/lightning_component_actions.htm

Hope to have helped!

Regards.

Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.