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
Adriana Reyes 26Adriana Reyes 26 

Override VF page not working in Lightning Console

So we have a visualforce page that overrides the standard View page on a custom object called Service Calls. The VF has buttons that lead them to other VF pages, and it all seems to work as long as they are not working out of a Lightning Console app. When they're working out of the console, the regular View standard page is displayed. Does anyone know how I can get it to override even within a console app?

Thanks!
AbhishekAbhishek (Salesforce Developers) 
Hi,

Unfortunately, this doesn't appear to be possible.

Lightning console apps don’t currently support: Overriding default actions with Visualforce

Use Lightning Component overrides instead.

Refer below article 

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

An Idea is also raised for it,

https://trailblazer.salesforce.com/ideaView?id=0873A000000lJNaQAM

Please vote so that it might release its future.

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.