I am using a Visualforce Page as a Quick Action. How can we add custom button to it's modal. The Documentation for this is very Limited. Any help would be highly appreciated. @salesforce
7 respuestas
@Niket Uplenchwar I am afraid it is not possible, at least not that way. Those two are standard buttons and you are not able to affect those.
I would probably try with creating a quick action custom LWC component, adding an iframe with your VF pdf to it and creating buttons as you wish. That's just an idea - I am not sure if that will work
LWC modal: https://www.salesforceben.com/create-lightning-web-components-lwc-using-quick-actions/
Nice thing there you can place buttons as you want so there is more flexibility.