Questions tagged [peoplecode]

PeopleCode is the proprietary language used by PeopleSoft applications.

PeopleCode is the PeopleSoft proprietary integrated object-oriented programming language used to express business logic for virtually every aspect of PeopleSoft applications.

PeopleCode and its run-time environment are part of the larger PeopleTools framework.

PeopleCode Documentation:

83 questions
0
votes
1 answer

Error Changing Value (Excel to CI PeopleSoft CMS)

In the PeopleSoft Campus Solutions module, I am using the ADM_APPL_ENTRY1 Component Interface (CI) to fire some data. The user account I am using is a clone of the PS user (i.e. full permissions). I tried with both my clone account and the actual PS…
saqib
  • 13
  • 1
  • 6
0
votes
1 answer

Peoplesoft rowset

I'm new to peoplesoft. I need a help in understanding the rowset and I have a requirement where i have 3 levels. On level 1 i have a checkbox and when I open a component the value of the checkbox on level 1 should be passed and display to the level…
user7194270
  • 117
  • 2
  • 16
0
votes
1 answer

Retrieving exit code of batch file in PeopleCode

I have the following Java code in PeopleCode to execute a batch file (which in turn executes WinSCP script file). How to get the return code? Else if you guys have similar code in people code to transfer file. Please let me know. Local JavaObject…
Abhi09166
  • 1
  • 1
-1
votes
1 answer

Count occurence of @ in validating email address peoplecode

I need to validate email address and check if the email address has only one @.
-2
votes
2 answers

Writing Chinese characters to csv from peoplecode peoplesoft

I have hard-coded Chinese characters in peoplecode. It is written to a CSV file. This CSV file is attached via an email notification. However, when the user receives the email and opens the CSV file attachment, the Chinese characters are being shown…
gonggong
  • 67
  • 1
  • 2
  • 17
-3
votes
1 answer

Peoplesoft - Peoplecode; I need to traverse/transfer rows in a grid from subpage to the main page

In the subpage, I have a grid with rows and a "Add to form" button. If the "Add to form" button is triggered, all selected rows will be reflected also on the grid in the main page. What would be the approach in this situation? I expect that the rows…
Pat
  • 1
-4
votes
1 answer

How to make a row in a grid not appear if it's value is 0?

I only have two fields in my grid. Just need the entire row to not appear, if the value in one of the fields is 0.
-5
votes
2 answers

How to use multiple values in when (Evaluate)? - PeopleCode

I have the following code and as can be seen that in both the cases I'm using Section = A. But, is there a way to check both 1&2 in "When" so that to avoid more lines of code? Evaluate INTERFACE When "1" SECTION = "A"; Break; When "2" …
1 2 3 4 5
6