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
rehan_moodrehan_mood 

Call Object specific quick action from Visualforce page

Hi,

I have scenario, where I have multiple actions to be performed from Visualforce page. This VF page has list of records for one object. For every record I need certain actions to be performed (as create related Contact, create related Task etc). All these actions can defined as quick action from using this link

https://help.salesforce.com/HTViewHelpDoc?id=creating_object_specific_actions.htm

I want to call/invoke these created action from VF page using JS to use in Salesforce1 and navigate to QuickAction Layout.

Thanks