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
Gopinath418Gopinath418 

how to display quick actions in a related list object (I would like to see a quick action created in task object on Account object task related list

jprichterjprichter

There are a few steps: first, create a list button from the Task object. 

User-added image

Then, go to your Account Page Layout and add it to the list of buttons on Open Activities. 

User-added image

 

After which, you should see the button available on the Account Page Layout under the Open Activities related list.

User-added image

Gopinath418Gopinath418
Hi Jprichter,
Thanks for your reply... :)
1. I want to show quick action not a list button (I have created a quick action in task object) 
2. list button only allows URL.Javascript, Visualforce page. Then how could i  display a button in Account Layout's Task relatedlist(in lightning experience- either with lightning component/quck action or any otherway which should not include VF pages)?

Thanks
Gopinath