A blog containing development tips I have learned through the years as a PeopleSoft developer.
Tuesday, December 17, 2013
Quest Technology Series PeopleTools Presentation
If you are a Quest member and missed my PeopleTools Tips and Techniques presentation last week, you can watch the recording on Quest's site at http://www.questdirect.org/learn/2629061/.
Having an issue with the Transfer function in Peoplesoft. I am trying to transfer to a page in some other component and it opens up the component right and always landing in the first page. Its a Peoplesoft delivered component. Name is GM_AWARD.I have checked the security and for sure i have access to the component and the pages i am trying to navigate to.
Its the same with any other page in the component. Its landing on the first page and when i took a trace i didn't even see any internal transferPage commands(in the peoplecode events of target component)that could cause this.
@Ravi, interesting. I have no recommendations. You will probably need someone to look at it to figure it out. Did you file a case with support? I would file it under PeopleCode and that the Transfer function is not working as expected.
2 comments:
Hi Jim
Having an issue with the Transfer function in Peoplesoft. I am trying to transfer to a page in some other component and it opens up the component right and always landing in the first page. Its a Peoplesoft delivered component. Name is GM_AWARD.I have checked the security and for sure i have access to the component and the pages i am trying to navigate to.
Its the same with any other page in the component. Its landing on the first page and when i took a trace i didn't even see any internal transferPage commands(in the peoplecode events of target component)that could cause this.
Any suggestions are really helpful.
Thanks
Ravi.
@Ravi, interesting. I have no recommendations. You will probably need someone to look at it to figure it out. Did you file a case with support? I would file it under PeopleCode and that the Transfer function is not working as expected.
Post a Comment