WorkingScripts

The Stuff that Just Works

WorkingScripts header image 5

Entries Tagged as 'Development'

What Environment Am I in?

July 10th, 2009 9 Comments

As I was going through some of the sessions on the QUEST NORTHEAST CONFERENCE I noticed on of the presenters mentioning customizing Test environments Main PeopleSoft CSS PSSTYLEDEF so that the users are always able to distinguish between environments.
The solution that I have employ to solve this problem is to modify the PT_BRANDING:BrandingBase class to [...]

Tags:   · ·

Oracle’s Safari Online – Free Edition?

June 2nd, 2009 No Comments

It seems that Oracle have caught on with the Virtual Documentation, not only lots of books are available in common formats, but they allow you to format your search results as a book as well. Now you can take just what you need and read it on your screen or printed and stapled. I [...]

Tags:   · ·

Introducing PSUnit – Automate Your Testing

May 30th, 2009 No Comments

It seems that PeopleSoft is really becoming object oriented – now it has it’s own automated unit testing  tool, like JUnit – this one is called PSUnit. I hope this one is as good as it sounds. Check out the Wiki article below
Introducing PSUnit – Oracle Wiki
You can download the actual project file here:
http://blogs.oracle.com/peopletools/2009/03/psunit_unit_test_framework_for.html

Tags:  

PeopleSoft Debugging Techniques – Part I (Batch)

May 23rd, 2009 No Comments

I would like to briefly describe some of the PeopleSoft  debugging techniques that I have used and found invaluable during development batch and online programs.
SQR Debugging

Flag

Description

-S
Choose Append Option on Parameter List of Process Definition. All of your SQL statements – simple and clear + execution counts

–debug(flag)
Choose Append Option on Parameter List of Process [...]

Tags:   · ·