List/Grid

Rakesh Subhagan

Rakesh Subhagan is a PeopleSoft Technical Consultant with over 14 years of experience. He is the founder of PSoftsearch and can be contacted via the 'Contact us' page.
Rakesh has written 92 article(s) on PSoftSearch!
Follow Rakesh on: Google Plus | Linkedin.

Rimini Street Reports Record Results

Rimini Street, Inc., a leading third party support and maintenance provider for PeopleSoft, announced results for its fiscal first quarter ended March 31, 2011. The company has recorded the highest quarterly revenue in its history.

PeopleSoft Component Variables

PeopleSoft Component Variables

A variable declared as a Component variable remains defined and holds the value as long as any page in the component in which the variable is declared remains active. This post explains some important considerations to be observed while using component variables.

Grid Properties

PeopleSoft Grid

Grids in PeopleSoft allow us to display tabular form of data on a page. Read on to find a complete reference on grids in PeopleSoft.

Peoplesoft Related Language Record

PeopleSoft Related Language Records

Related Language Records are special records that store language sensitive information in all required languages other than the base language of the system. This post explains how this is done.

Oracle Open World 2014 Presentations Download

Oracle has made the presentations used at Open World 2014 available for download this time too. Here are all the ones that are related to PeopleSoft.

Tracing PeopleSoft Application Engine

Application Engines are PeopleSoft’s way to tie SQL and PeopleCode into a powerful processing engine which can run synchronously as well as in batch mode. App Engines are well structured and easy to debug. In this post will see how TRACE an App Engine program.

66 PeopleSoft Presentations from OOW 2013 – Ready for Download!

The presentations used at Oracle Open World 2013 has been generously made available for public, this time too, by Oracle. Here are all the ones that are related to PeopleSoft.

PeopleSoft Component Interface

PeopleSoft Component Interface

PeopleSoft Component Interface (CI) exposes a PeopleSoft Component for synchronous access to other applications written in PeopleCode, Java or C++. We can consider CI as the means by which PeopleSoft enforces encapsulation by limiting external access to just what is made available through the CI and nothing more.

PeopleSoft Standalone Rowsets

PeopleSoft Standalone Rowset

If we need to access data in records that are outside of the component buffer, we need to use Standalone Rowsets. This post will take you through the steps involved in creating and manipulating data using standalone rowsets.

Call UNIX from SQR

Calling UNIX scripts from SQR

It often requires us to invoke OS commands from within an SQR. Today we will see how to use the call system command from within the SQR to invoke a UNIX script.