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
SayasoniSayasoni 

Custom buttons within another custom button.

I have four custom buttons namely (Send NDA,Send UK NDA,UK Background Authorization & US background Authorization) in one of my custom object of which all their Content source are from visualforce pages. Since they appear to be too many buttons on a page layout, i would like to replace them with a single button namely (Send for Signing) whereby when clicked, it will load a page that will contain the four custom buttons & it is from this page that one can perform the diffrent actions carried out by the individual buttons.

 

Kindly advice me on how this can be achieved.

 



cloudsuccesscloudsuccess

Hi Sayasoni,

 

I think what you need to do is create a visualforce page with all of the command buttons on there, then create a single custom button via the interface which will load the VF page. This doesn't seem very intuative for the users however - maybe look at solutions like Lightbox which may enhance the UX.