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
Merry SMerry S 

Can I use a global action as a visualforce page button

I have done a lot of searching on this and I think the answer might be No. But is it possible to use a global action button in a visualforce page?
Raj VakatiRaj Vakati
I guess "No" but you can try this  
  • Create a lightning component with lightning:quickActionAPI 
  • Call your action in the lightning component 
  • Call this lightning component in VF page 

https://developer.salesforce.com/docs/atlas.en-us.case_feed_dev.meta/case_feed_dev/quickaction_api.htm