About 23,000 results
Open links in new tab
  1. How to use multiple values in when (Evaluate)? - PeopleCode

    Jul 2, 2019 · 1 Your syntax and the Evaluate statement belongs to PeopleCode programming language which used in Oracle ERP PeopleSoft Evaluate is similar to switch/case statement …

  2. Loading a large CSV File into Oracle Table using peoplecode

    May 26, 2023 · I am using file layout method and using Peoplesoft suggested code. It works fine with a small csv file but I need to import a file that is 921,000kb. It took a day and is still …

  3. Function of Rows, Rowsets in PeopleCode - Stack Overflow

    Dec 5, 2018 · I'm trying to get a better understanding of what Rows and Rowsets are used for in PeopleCode? I've read through PeopleBooks and still don't feel like I have a good …

  4. Event calling sequence in application designer in peoplecode

    As there are following event sets in Peoplecode Record Field, Component Record Field, Component Record, Component, etc. And also they contain events which are common in one …

  5. peoplecode - Having multiple validation errors in single error …

    Oct 18, 2022 · In order to do that, you need to have a custom "Save" or "Validate Button", and your peoplecode would stack the errors. You can use the vanilla required fields validation + …

  6. Peoplecode - how to create cookies? - Stack Overflow

    However, these don't work in Peoplecode. We don't have the knowledge to create IScript or use it. Any insight with the People code API for cookies or IScript is much appreciated.

  7. peoplecode - Peoplesoft rowset - Stack Overflow

    Apr 6, 2017 · I have written the code at level2 record.field rowinit peoplecode event. but the problem is the same record field is used in level 0 as well. Is there a way where I can avoid …

  8. Peoplecode TRANSFER to page without search record

    Apr 4, 2017 · Is there a way to use the PeopleCode "transfer" function to transfer (and fill in fields) to a page where the component uses INSTALLATION as the search record? We are using …

  9. Use java.io.File in PeopleCode to list files in directory

    May 6, 2021 · 0 I would like to be able to create a list ,array, of file names on a folder so that I can use PeopleCode to loop through them and delete files that match a pattern and are in a date …

  10. peoplecode - How to address "Fetching Array Element 2: Index is …

    Feb 1, 2019 · I've done this kind of parsing using SQR to import, but when using PeopleCode, I've only used File Layout definitions and never needed to do my own parsing like this. If you …