Hi,
I am working in
PSHRMS 8.0,Peopletool 8.15V
My requirement is:
When the user logs in to the peoplesoft system, check for the email id in the user profile page. If there is no email id for that user,
1) system should redirect the user to the "User Profile" page instead of peoplesoft Main Home Page.
(OR)
2) Pop up a message on the home page to instruct the user to navigate the User profile page to update email id.
I have written a code to check for email id in the singon Peoplecode.
System is checking for the email id value but unable to achieve the above mentioned result either 1 or 2.
Tried "transfer","domodal","Viewurl","transferpage" ,"message" options. Its not working.
Please help me on how to get this result.
Thanks in Advance
| Title | Under | Posted on |
|---|---|---|
| Inserting records | PeopleSoft Technical | 07/28/2010 - 11:03am |
| WEBLIB_PT_NAV.ISCRIPT1.FieldFormula.IScript_PT_NAV_PAGELET error... | PeopleSoft Technical | 07/27/2010 - 2:02pm |
| Basic language | PeopleSoft Technical | 07/27/2010 - 7:12am |
| Rowlevel security from app designer | PeopleSoft Technical | 07/27/2010 - 5:15am |
Modify Record Peoplecode in WEBLIB_MENU.ISCRIPT3.FIELDFORMULA
In this record Peoplecode modify Function IScript_DrillDown() with your custom code. You can use %Response.RedirectURL(....) to redirect to a specific Menu/PanelGroup (not sure about page with panel group). You can use a global variable set in your signon Peoplecode to inspect in this function as your criteria to decide to redirect or not. This is only for Peopletools prior to 8.4x.
Post new comment