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
Prakash  BaduguPrakash Badugu 

Lightning_RecordType_Selection_Page

Hello,
I have a VisualForce page which opens a record type selection page on click of a button:
<apex:commandButton action="{!URLFOR('/setup/ui/recordtypeselect.jsp', null,[ent='Account',save_new_url='/001/e?retURL=/apex/myVisualforcePage',retURL='/apex/myVisualforcePage'], true)}" value="Create New Account" />

The same visualforce page is not working when user switches to Lightning. Is there a way to navigate to Record Type Selection page from a visualforce page in Lightning.

regards,
Prakash Badugu
NagendraNagendra (Salesforce Developers) 
Hi Prakash,

First and foremost sincerely regret for delayed reply.

Please check with the below link from salesforce trailhead module which helps you in better understanding of how to share visual force pages from salesforce classic to salesforce lightning and salesforce1.
https://trailhead.salesforce.com/en/lex_dev_visualforce/lex_dev_visualforce_multipurpose_pages

Please mark this as solved if it's resolved.

Best Regards,
Nagendra.P