I am newbie to CI. I am trying to understand how component interface peoplecde template used in record, component or Application Engine peoplecode. Please advise me where component interface peoplecde used in delivered definitions. I am using PS DMO HR 9.0 and PT - 8.49.
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 |
Hi there,
I'm not an HR guy but I know of a place where a delivered CI is called from a component record field peoplecode. The component name is CI_PERSONAL_DATA, and the peoplecode is located at HR_PERSONAL_PHONE.GBL.HR_LINK_WRK.SAVE_PB.FieldChange.
You can navigate to Home > Employee Self Service > Personal Information > Phone Numbers. The component interface gets called when you click the Save button. I also think it gets called when you click the Delete button on the grid.
Good luck!
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
when i drag ci to peoplecode...its only coming the code for some log files.
can u please give some examples and snapshots that how to run ci through peoplecode.
and one more thing i want to load data from excel file to peoplesoft through ci.....after creating the ci...only through Excel To Ci.xcl we can load the data to peoplesoft...
But i want to RUN that CI from front end to load the data from my excel file....is it possible...Please give some example and snapshots..
Thanks
Abhishek
i am trying on peoplesoft hrms.i am having one year experience on peoplesoft hrms and functional documentation for peoplesoft projects.Any opening are there on peoplesoft hrms please mail me
.
Hi Abhishek,
Let me tell you, ideally we use CI for repetitive work. Usually for your situation as per my Understanding, ideally will be to use a file layout to load the data into a staging record, then using an app engine, through a CI, we can load the data into required component.
-
Sourav