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
Mathew AbrahamMathew Abraham 

Console application error when using Visual Page buttons !!

Hello, trust all are keeping well..

We are planning to switch to Console application, and some of the Visualforce page buttons give error message like "Page Does not Exist:  Enter a valid URL and try again" !

Is there anyway to fix this, meaning make the VF page working in Console application.

Thank you for your expert advise and help.
Best wishes,
Mathew 
VinayVinay (Salesforce Developers) 
Hi Mathew,

Lightning console apps don’t currently support:

>> Visualforce overrides for delete and custom actions
>> Visualforce buttons and links

https://help.salesforce.com/articleView?id=console_lex_limitations.htm&type=5

Can you try below reference

https://salesforce.stackexchange.com/questions/127721/display-visualforce-page-in-console

If you are using any javascript for navigation kindly recheck as JavaScript is case sensitive. 

Thanks,
Vinay Kumar