List/Grid

Tag Archives: PeopleSoft Tutorials

Statistical Accounts in PeopleSoft

There are numerous ways in PeopleSoft to allocate indirect costs to different departments, or operating units or any other Chartfields. This post will show you how to do this using Statistical Accounts.

MS SQL Server Temp Table

Use Temp Tables to Easily Insert Effective-dated Rows

Have you come across a situation where you had to insert a large number of effective dated rows into a table? Here’s an easy way to accomplish this using Temp tables. Keep reading for a quick tip.

PeopleSoft TraceMagic

TraceMagic – The Tool to Analyze PeopleSoft Trace Files

TraceMagic, released in July, 2012, is a utility that developers and administrators have been waiting for for quite long. Here’s all you need to know about the tool.

Record Field Properties

Field level Auditing

Field level auditing captures changes in one or more fields which are then stored in PSAUDIT record. This tutorial will show you how to set up auditing on a Field.

PeopleSoft Audit Records

7 Steps to Setup A Record Level Audit in PeopleSoft

As PeopleSoft maintains critical enterprise data, having an audit trail on the data is of paramount importance. This post will help you setup Record Level Auditing in 7 simple steps.

PeopleCode Filename Split

Function – Separate Filename from File Path

Sometimes, you will need to separate out the filename from the filepath + filename string. This post provides a function that helps you do this easily.

Expense Sheet Header

Concatenating Rows in SQL Server

Have you ever felt the need to concatenate multiple rows against a particular field into a single row? We can do this sort of row concatenation right within SQL Server rather than bringing the output into Excel and then doing it. Here’s how!

Peoplesoft Workflow

Peoplesoft Workflow Tutorial

In today’s enterprise, workflow automation is inevitable. This step-by-step tutorial will help you setup a Peoplesoft Workflow in 8 steps.

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.

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.