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
Suraj RajoriaSuraj Rajoria 

Case's New button Override is not effecting in Service Console in Lightning App

Hi All
Overriding New standard button of Case object with a Visualforce page. On landing VF page we are checking 2 recordtypes :
1. If RT 1 then launch a New Case Create Lighting App
2. If RT2 then redirect to standard pagelayout
Its working fine in Classic and lightinig mode both. But when we create a lighting app for console and click on New button of listview its opening recordtype selection standard page. After selection of recordType its opening 2 tabs for case creation with standard page layouts. Not landing VF page on selection of RT1. 
Seems Standard button override nevigation does not work as expected in lightining console App. does it? Please let me know if any workarround of it.