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
Emily PhillipsEmily Phillips 

Open Convert Lead Page in Lightning UI?

I'm trying to add the lead conversion button to a Visualforce page and stumbled across this URL hack: "/lead/leadconvert.jsp?nooppti=1&tsk5_fu='Contact New Lead: {!Lead.LastName}&tsk4_fu={!Today}&id={!Lead.Id}&RetURL=/{!Lead.Id}"

The link opens the convert page in Classic UI but I'm looking to open the page in the Lightning UI. How can I make the convert page open in Lightning UI? Thank you!!
Raj VakatiRaj Vakati
In lightning, you can't able to do a URL hack.. so the only way you can able to do it in creating an quick actions

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/lightning_component_actions.htm
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_using_lex_s1_config_action.htm

https://trailhead.salesforce.com/en/content/learn/modules/lex_migration_customization/lex_migration_customization_actions