• CPQTraining
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

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