in page two levels are there level 0and 1.i want to upload the data from excel to my customized records using component interface(with out using excel to ci). can any one tel me how to read the file and upload the data in tables and where i have to write the code .please help any one.
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 |
you can create an AE with peoplecode action. If you drag and drop CI onto AE peoplecode, code will be generated automatically. you might have to update certain statements though. On top of this you can write some code to read the data from file (refer to PeopleSoft API Reference File Class peoplebooks) and a loop to process each and every row in the file.