List/Grid

Tag Archives: PeopleCode

Notepad++ Syntax Highlighting

Notepad++ Syntax Highlighting for PeopleCode, SQR and DMS

Do you want to have syntax highlighting and function lists for PeopleCode, SQR and Data Mover Scripts?
Read on to set these up in Notepad++.

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.

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.

Think-time Functions

Think-time functions in PeopleSoft

Think-time functions in PeopleSoft, unlike other functions suspend the component processing for a while. This post discusses think-time functions in detail and where not to use them.

Dynamic Call-Section

Dynamic call-section in Application Engine

Often, business logic requires us to call different sections based on occurrence of certain conditions in different scenarios and that too from the same call-section. To enable this kind of logic, we will have to make the call-section dynamic. This is how we can do it.

Dropdown Values from Peoplecode

Adding Dropdown Values from PeopleCode

Today we will see adding values to a drop down list through Peoplecode. This method becomes essential if you want to dynamically populate the drop down list based on some… Read more »