
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 faster. The real question is how to do it.
Well, there's really two pieces:
So, we've put together an iScript that has the tracing in it for SQL as well as PeopleCode tracing as well as extending the user defined language file that already has PeopleCode and SQR syntax highlighting in it for SQL traces.
How to get it
Well, the PeopleCode can be accessed here.
The syntax highlighting file can be found here. To apply the syntax highlighting to Notepad++, merely go to %APPDATA%\Notepad++ and overlay the userDefineLang.xml file that's there.
Limitations and Enhancements
The current set of limitations and enhancement requests for this example can be found here.
Labels: PeopleCode, sql, Trace


But we have the online audit setting ( peopletool -- utility - administration -- debug ) through that we can put the dynamic trace too...
/********************************************************************
Added by developer on Reading data from input file, validating the data and inserting into a component record using CI.
********************************************************************/
It gets recognized as a comment in App.Designer though!!!
http://code.greysparling.com/ticket/22
You can track it's status there by it's RSS feed (see the bottom of the ticket). You can add yourself to the cc list for the ticket if you register yourself for an account. If you're on the cc list, then you'll get emails for activity on the ticket.
http://code.greysparling.com/wiki/RegisteredUser
So after installing the package, how do I enable or disable tracing when I am viewing a page?
Thanks
Kane
http://code.greysparling.com/ticket/26