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
NarenKNarenK 

Redirecto to a app

Hi All,

 

In VisualSource pages/apex is it possible to redirect to a applications (present in force.com menu)?

 

I know we can redirecto to a page. But the problem here is lets say currely I am in app ABC and the target redirection page present in "XX" application. In that case if I do redirection, the page is rendering properly but I am still staying in "ABC" app instead of 'XX" application. My expecation here is because the page is present in "XX" app It must take me to XX app and render the page. Is there a way to get rid of this behaviour?Please let me know.

 

Thanks in advance for your help.

 

Regards,

Narendra

kiranmutturukiranmutturu

u can set the query string param using tsid variable....example

 

https://c.ap1.visual.force.com/apex/mvc?tsid=02u90000000OeM3  tsid=02u90000000OeM3  this part will give you tha app details.....

NarenKNarenK

Me also thought to use this option. But I am worried about: what if this value changes in future?

 

Regards,

Naren

kiranmutturukiranmutturu

no once it is installed or created it will be same through out the instance forever..but problem will when u delete the package and reinstall the same....