I am having a question on the getting search page which is as follows,
when I click on my component, it opens search rows in the search page , when the user clicks on the rows in the serach page, depending on the a field in the row, it transfer to the other page in other component due to the transfer function written in the peoplecode. From here, Is it possible to come back again to my orignal search page.
For this i tried to place push button in page i transfered, but in the pushbutton i dont understand how to write the code for coming back to the search pg as the search page doesnt have any name. how can i identify the search page in the code.
Please help on this.
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
write folloiwng two lines of code in your push button. Hope it works
&MYURL=GenerateComponentPortalURL(PORTAL.portalname, NODE.nodename, MENUNAME.menuname, MARKET.marketname, COMPONENT.componentname, PAGE.pagename, action);
ViewURL(&MYURL);
Regards
Karthik
Yes that should work - it will end up generating the URL for your component (search component in this case).
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Post new comment