Peoplesoft
Friday, October 11, 2013
How to Send Email Using PeopleCode
›
In this Article we can find how to send email using peoplecode Function SendMAilfromSetupMailInfo (&ReceiverName As string, &MAIL...
2 comments:
How to Scheduling and Running SQR from Peoplecode
›
Description Peoplecode provides functions like CreateProcessRequest that allows us to create a ProcessRequest object. Once this objec...
2 comments:
How to Populate Drop down list at Runtime using PeopleCode
›
The solution is simple, using peopleCode. In that page where you need to show all the 5 translate values, you assign that field and you do...
1 comment:
Identifying modified peoplecode and PeopleSoft objects based upon OPRID and Date modified
›
SELECT DISTINCT OBJECTVALUE1, OBJECTVALUE2, OBJECTVALUE3 FROM PSPCMPROG WHERE LASTUPDDTTM = SYSDATE AND (OBJECTVALUE1, OBJECTVALUE2, OBJE...
Write in the record from the external file using File layout
›
We can get the solution for able problem using the file layout in the peoplesoft . To read in the CSV file we use the following PeopleCode...
How to Call SQR program using peoplecode
›
&Rec = CreateRecord(Record.process_table); &Rec.OPRID.Value = %UserId; &Rec.RUN_CNTL_ID.Value = &ProcessName;...
1 comment:
People code Tutorial
›
People code is a language like other languages with it’s own DataTypes , Statements. Every People Code program is associated with an ...
1 comment:
›
Home
View web version