You need to sign in to do that
Don't have an account?
how can I get VF page query strings if i am in lightning experience.
I have a VF page which contains a output link and passing some values as query string to another VF page.
I am using the same vf pages in lightning experience but the problem i am facing is i am not getting Query string values, when i switcehd to lightning experice. how can I get VF page query strings if i am in lightning experience.
I am using the same vf pages in lightning experience but the problem i am facing is i am not getting Query string values, when i switcehd to lightning experice. how can I get VF page query strings if i am in lightning experience.
Please use "{!URLFOR($Page.[PageName], null, [queryParamName=queryParamValue, ..])}" in output link for navigating custom VF page in both classic and Lightning mode. If you are using static url it will not work in Lightning mode.
If you are still facing problem with above solution then please share output link code snipplet.