How to hide Menu while transferring from one page to another page (with in Peoplesoft)
There are various ways to achieve this. When I google for this I am able to see one javascript to be placed in target page. But most of the Technical Guru's won’t accept this solution since we need to add HTMLAREA in your delivered page. But below solution will work. Instead of Transfer please use below approach… &MyURL = GenerateComponentContentURL(%Portal, %Node, MenuName.menu, "GBL", Component.Component, Page.Page, "U",keys); ViewContentURL(&MyURL, True);