Blog

One of the projects that we have hosted on Code.GreySparling is a very cool way to work with PeopleSoft Component Interfaces. If you do any sort of testing or data loading or Component Interface development with PeopleSoft applications, then this is for you. What's a Component Interface? For those that haven't worked with Component Interfaces before, they provide programmatic access to PeopleSoft components and are used extensively within PeopleSoft applications as well as providing the underlying mechanisms for PeopleSoft Web Services. When you see Oracle Fusion in action at OpenWorld this year and…

Read more...

Dave Kurtz has a nice writeup over at OakTable.net on using App Engine meta-sql to add hints to dynamically generated SQL. I missed it when it was first published back in March, but it just came in handy for me. Thanks Dave! Labels: 2010, AppEngine, Performance, sql

Read more...

System Availability. This is a very important topic, that has received a lot of attention, especially in the area of handling system failover, redundancy, and disaster recovery. This is obviously and important topic, but for most organizations, represents the smallest fraction of system outages with their PeopleSoft applications. It is the planned outages where an organization needs to kick people off the system to perform system administration functions that represents the majority of downtime for most PeopleSoft environments, and the one area that we will discuss in more detail…

Read more...

This is an update to our Editing Enhancements for PeopleCode and SQR blog entry, and was covered in one of our recent webinars for learning to be an expert in PeopleSoft. One of the things you'll notice if you go through a PeopleCode trace is that there's way too much detail if you're trying to learn what's going on under the covers. We've found that if you can navigate to the page you want to learn about, turn on tracing, perform a few actions, and then review the trace, you'll pick it up a lot…

Read more...

One of the biggest challenges of end-users is to figure out where the data they want to query against resides. This is yet another tip from our "Advanced Query Tips and Techniques" webinar. By combining the PeopleCode Query Classes with knowledge of the PeopleTools tables underlying the component definition, you can provide a page that allows queries to be easily created. Getting the Records to put in the Query Probably the most important part of this is to figure out what records are in a component (and then subsequently weeding out the extraneous…

Read more...

News Archives