Hi
I am looking to read the data from a file on the PeopleSoft record.
Actually my requirement is to upload a file on the run control page to a record using (Record:\\REC_NAME(contains only the subrecord FILE_ATTDET_SBR) as the URL defn) and then read the file from this record. Is there a way out to read the data present within the file stored on the database record. I am tryng to read the data from this file and insert it to a record using a File layout.
Please let me know your thoughts or any other way aroound for this.
Thanks
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 |
But we can straight away can read the file from the location instead of reading the file into record and then reading again from the DB. How ever if you wanna do so try the below steps and let me know
Step 1: Get the file from the record using the get attachment fucntion . This will again bring back the file to a temporary location.
Step 2: From the temp location again read the file.
We can not read the file content directly from the record if the file is uploaded to a record as attachment. Let us know if you found any other way around to do this.
Thanks,
Hari.A