Cedar Hills Group Blog

PeopleTools Cache Clearing Guide

Some guidelines on different types of PeopleSoft Cache.

Continue reading


Design Principles

Some thoughts on effective design

Continue reading


PeopleCode Events that do not fire in Component Interface

A summary of the PeopleCode events that do not fire in Component Interface.

Continue reading


My Love Hate Relationship with PeopleTools Development

Some things I love and hate about PeopleTools development

Continue reading

Published on in Knowledge Base, Knowledge Base Articles

The PeopleTools Component Object Model

An overview of the PeopleSoft Component object model.

Continue reading


SFTP Example using PeopleCode

A PeopleCode example of using sftp to transfer a file.

Continue reading


Understanding PeopleCode Current Context functions

Understanding the PeopleCode current context functions: getrow(), getrowset(), and getfield()

Continue reading


Removing MS Word Smart quotes in PeopleSoft Pages

How to remove MS Word smart quotes that get turned into upside down question marks.

Continue reading


Create a PDF file in PeopleCode using the Query API

An example of how to create a PDF file using PeopleCode and the Query API.

Continue reading


The Importance of Having a Unit Test Page

An example of my simple Unit Test page that has saved me hours of development time.

Continue reading


Getting Integration Broker Code to Run as a Different User

We will explore how to run integration broker code as another user.

Continue reading


Creating an Effective Audit Subrecord

An overview of an audit subrecord you should have on all your custom records.

Continue reading


InterWindow Communication Explained

A great blog post about the new InterWindow Communication (IWC)

Continue reading

Published on

Using VirtualBox and Oracle VM Templates

Instructions from Oracle on how to get Oracle VM Templates to work in VirtualBox

Continue reading

Published on

File Attachment Storage Options

Pros and cons of different storage options.

Continue reading


Happy Holidays

Published on

Word Count in PeopleCode Using Regular Expressions

PeopleCode example to get word count using java regular expressions

Continue reading


Signs you should be using a Component Interface

Some indications of when you should be using CI.

Continue reading


Component Interface Training for Managers and Analysts

Component Interface Training for Managers now available.

Continue reading

Published on

A Better Run Control Page Standard

A new run control record proposal

Continue reading


Component Interface Video now available on Udemy.com

Published on

The only Peoplecode events you should be using

Key Peoplecode events to use

Continue reading


Using Record Objects to perform inserts and updates

Advantages of using Record Objects to do inserts

Continue reading


PeopleToosl 8.52

Peopletools 8.52 released!

Continue reading

Published on

Effectively Customizing Online Pages with PeopleCode

A few tips on how effectively customize a page with PeopleCode

Continue reading


2011 Oracle Openworld Presenations

2011 Oracle OpenWorld Presentations are online for your viewing pleasure.

Continue reading

Published on

New Training Video

Introducing a new Training video about using MS Word Themes and Styles.

Continue reading

Published on

Component Interface EditHistoryItems Gotcha

When you are writing code against a Component Interface API, there is an important boolean property on the CI called EditHistoryItems.

Continue reading


Explaining the PeopleCode @ operator

Have you ever seen the PeopleCode @ operator and wondered when and why you would use it?

Continue reading

Published on in Knowledge Base Articles, PeopleCode Related Articles

Using SQLExec and Record Objects

Here is a quick code snippet to show how to use SQLExec to pull data into a record object not using the key fields of the record.

Continue reading