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
Cody Sanders 33Cody Sanders 33 

How to iFrame/use a global action (like 'Log a Call') in a Visualforce page?

I'm working for a client and they would like to use the functionality of the standard Log a Call global action, but with a couple tweaks such as prompting the user to answer if a follow-up needs to be created. It seems silly to me that I can't find a simple answer on being able to use a global action in a Visualforce page, but it doesn't change the fact that I still need it.
The reason I can't just make an apex:form like normal is it doesn't render the Subject field with the picklist values and also doesn't have the ability to add multiple contacts to the task in the same line, as well as just not looking as nice. Is there a VF markup that I'm missing that can do this or is it more complicated than that?