You need to sign in to do that
Don't have an account?

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.
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.