You need to sign in to do that
Don't have an account?
Antoine LELEU 10
Open VF page from a record to new page in Ligthning Experience !
Hello,
I would like to migrate a visualforce page to lightning experience. i could implement it using quick action in account object but the VF page open in pop up.
Do you know if it exist a way to open vf from an record in a new page in lightning experience ?
Thanks,
Antoine
I would like to migrate a visualforce page to lightning experience. i could implement it using quick action in account object but the VF page open in pop up.
Do you know if it exist a way to open vf from an record in a new page in lightning experience ?
Thanks,
Antoine
I was writing this from tablet in bus and apparently I forgot about quotes.
All Answers
sforce.one.navigateToURL("/apex/mypage?id="+{!Opportunity.Id});
</script>
target page will open in full size and albo can use standard or custom controller
Thanks for your answer.
I tried to implement your solution but it doesn't work. i obtain this Javascript error :Uncaught SyntaxError: Unexpected token ILLEGAL
Can you share the full code of your page ?
Thanks you very much for your help,
Antoine
I was writing this from tablet in bus and apparently I forgot about quotes.
i tried severals syntaxes but i didn't find the good one.
One again, thank you very much !