• Prakash Badugu
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
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
Hi,
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
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