Tag Archives: PeopleCode
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
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 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 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 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.
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
SendMail – Sending HTML Email
If you are looking for a means to send emails with colours, tables and graphics, you have come to the right place. This post explains how to send HTML emails… Read more