Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
If you know the page name then you can find the component the page is sitting on. After you have the component name, you can then find the path in PIA for that page.
So, get the component name by running the following SQL:
FROM pspnldefn page, pspnlgroup comp
WHERE page.pnlname = :PageName AND page.pnlname = comp.pnlname;
Then follow the instruction on the following blog post to get the PIA path to your component/page. http://www.compshack.com/peoplesoft/queries/query-component-path-within-...
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
Hi,
Could any one tell me the easiest way to find the components and its related records with Key values(fields) in PIA.
Right now am using CTRL+J for each navigation in PIA page to find the component then using app.designer to find the records and its key fields.
Did any one have any doc that should contain all the components and records which belongs to "Set UP HRMS"
Thanks.
Here is a post made some time back that will give you records behind a component. http://www.compshack.com/peoplesoft/get-records-component
It doesn't give you key fields though. I got you half the way there, now its your turn ;)
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
Almost everything you require is already here in this site. :-)
You only have to modify the SQL as required
Once you know the component name, you can also find it in a simpler way.
On Search Text Box in the Peoplesoft Home page, Type in the component name. It will get back to you with the actual navigation to that Component/Page.
Hi,
Could any one define what is BenAdmin?, and how it is working, like abt the process of the benadmin? and explain abt the run schedule only employee and process only participants and benefit program participant in benefits process. Please reply in breif or short note abt benefits. I'm waiting for the reply
Thanks,