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
Ayan HoreAyan Hore 

Global action with visualforce page does not show up in Lightning Experience

Hi,

I'm trying to develop a global action with a custom visualforce page for Lightning and SF1. However, the global action does not show up. Any other types (standard ones) show up, but not the one with custom visualforce. Below are some details:
1. The VF does not have any Javascript (It is a dummy page: <apex:page/>)
2. The VF is enabled for mobile

Any help on this would be very welcome..!!

- Ayan
Ayan HoreAyan Hore
Hi Piyush,

Thanks for replying... I should've mentioned that I've already performed all the actions that you mentioned and the global action is still not available. Below is a screenshot of the changes (please note that the VF page is available for lightning/SF1).

User-added image

-Ayan
Ayan HoreAyan Hore
Just checked, same there.. Not showing up...
hoang kaphoang kap
@Ayan Hore: Simply active property:"Available for Salesforce mobile apps and Lightning Pages" on visualforce page plz.
Sai KethuSai Kethu
I know this is late response, but to help the tribe for furture refference.

One of reasons:  VF page with Standard controller will not show up in Global actions.

https://help.salesforce.com/articleView?id=actions_overview_global.htm&type=0


Regards
Sai