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
Stephen E 4Stephen E 4 

How to remove/make use of the default save button that shows up on the lightning visualforce page action?

Currently, I have a visualforce page being called from an Account action button inside of lightning. (standard controller + an extension).

How can I either get rid of the 'Save' button or make use of it? I am not 'Saving' anything however, this program will actually make calls to an external API. 


User-added image
Best Answer chosen by Stephen E 4
Raj VakatiRaj Vakati
Set showQuickActionVfHeader to false on the page ... 


If you don’t specify showQuickActionVfHeader, its value defaults to true.