Recently Updated Pages

Credit History

Credit history is a PeopleSoft Campus Solutions Student Financials COBOL process. It goes through...

SQR Trace

One of the first things you used to learn as a PeopleSoft developer is to add debug flags in an S...

Effective Dated SQL Definitions

An interesting property with standalone SQL definitions (not record-view SQL or application engin...

Setting the value of Reserved Field Names

If you are trying to set the value of a field through PeopleCode and that field happens to be NAM...

Repeating first item in XMLP reports

In an XMLP report, I was finding that the first item (first data entry) was being repeated in the...

WriteToLog

Next time you need to do some in-line PeopleCode debugging, rather than the traditional approach ...

Report Manager Default File Type

End users normally use report manager to view process output. One thing you can do to make things...

Session Class

The Session Class is the root of the API classes provided by PeopleSoft. It provides access to co...

Process Sequence Numbers

The table, PS_PRCSSEQUENCE stores the last sequence numbers for the process scheduler and report ...

Oracle Database Links

A database link (dblink) links databases. It allows you to query against other databases using th...

Record Lookup Exclusion

PeopleTools options allow for certain prompt records/tables to be excluded from an auto look up. ...

Searching PeopleCode for Message Catalog Entries

One of the best reasons to export PeopleCode to a file is so that you can perform a search on it ...

Default a Search Field Value

This is a simple trick but can be easy to forget. If you want to use the default value of your fi...

Kill an Oracle Database Session

If you are logged into the system with enough rights (e.g. SYSADM) you can kill database sessions...

GetImageURL

GetImageURL is a nifty PeopleCode iScript (Response class) method that returns a URL for an image...

External System Contact Error

While configuring an integration gateway in integration broker I kept getting the following error...

Personalization Settings

PeopleTools personalization options can be used to set whether you tab over grid tabs, header ico...

Portal Labels

When you register a component with the component registration wizard, there are a few places wher...

Date End Field

In PeopleSoft the DATE_END field is defined as a date field. If the date 12/31/2009 is selected f...

Oracle Partition By

Partition By is a construct in Oracle that groups data in a select clause rather than by using gr...

Back to top