Recent Posts
Application Engine On-Exit Plugins
An Application Engine On-exit plugin is a new PeopleTools feature introduced in PeopleTools 8.59 that allows you to invoke an SQL or PeopleCode action at the end of any App Engine program.
How to change NavBar Menu Sorting
In PeopleTools 8.59, the NavBar menu is sorted alphabetically by default.
If you are looking to change this back to the standard sorting, read on.
Application Engine Action Plugins – The Complete Guide
An Application Engine Action Plugin is a new PeopleTools feature that can be used to alter SQL or PeopleCode actions in any App Engine program. . This guide covers all aspects of configuring App Engine plugins.
How to Hide The Notification Panel on Fluid Homepage
PeopleTools 8.59 brought in several enhancements to the Fluid homepage – one of them is the Notification Panel. Read on to find out how to hide this panel.
Testing HTML pages listed on the Web Profile Look and Feel page
It is common for PeopleSoft customers to customise these HTML files to change the logo or add additional text. In this post, we will look at some easy ways to test these HTML files after customising them.
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++.
Excel to CI – Log File Location
Excel To CI allows users to upload large amounts of data into a PeopleSoft Component directly from within an Excel Spreadsheet.
Here’s how you can generate a log to debug an Excel To CI and easily find it.
PeopleSoft Query Tables – The Complete List with Explanations
As PeopleSoft is a metadata-driven application, all the building blocks including PeopleCode are stored within database tables. And PS Query is no exception to this. Knowing the tables underlying PS… Read more
PeopleSoft Query Security – The Ultimate Guide
Learn how to secure your PeopleSoft Queries using Query Access Group Trees, Query Profiles and Query Security Records (Row-level Security).
Using Generic Templates to Send Emails
I’d earlier written about sending HTML emails from PeopleCode here and more recently here. In both these posts, the email text was hardcoded thereby making it not possible for the… Read more