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
Akanksha Gupta 58Akanksha Gupta 58 

How to create a button in lightning that redirects to some other record type?

I have two record types available in Case object - New and Review. Now, I need a button in the lightning detail page of the "New" record type which redirects to a detail page where the record type is "Review" and rest of the field values are same. How to achieve this?