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
Ramesh VaratharajRamesh Varatharaj 

VF page change owner link behavior in LUX

Team, need a help. I have change owner link in VF page that i am using in LUX as is. The link does not work in LUX - it open another tab with error page does not available in LUX. Please suggest how we can overcome this. 
It looks like this behaviour is only with change owner link, i have another link for changing record type and that works fine without any issues. 

<apex:outputText label="Owner" escape="False" value="{!Object.Owner.Name} [{!LINKTO('Change]' ,'/' + LEFT(Object.id,15) + '/a?retURL=' + URLFOR('/apex/' + $CurrentPage.Name, null, ['id'=Object.id])) }" />

Thanks, Ramesh

CPQTrainingCPQTraining
Hi Ramesh,
Did you figure out a solution for this.
I looking for a similar solutio.

Thanks,
 
Ramesh VaratharajRamesh Varatharaj
Hi CPQ, i changed by approach - used the standard lightning page with standard buttons and embedded VF component to present the custom page component. So we are now using the standard button (+ the LUX icon next to owner name) for managing ownership and record type updates.
CPQTrainingCPQTraining
Hi Ramesh,
Thank You.

Is there a way to call the stadard 'Change Owner' button in the VF Page for lightning?

Thanks,