Fluid Component Logging Techniques
I find that effective usage of browser developer tools is crucial for productive PeopleSoft development. Having the ability to inspect and edit the CSS and HTML code directly within the browser makes...
View ArticleManaging Custom Font Files
Design requirements often require PeopleSoft developers to use custom web fonts when styling PeopleSoft applications. An easy way to make use of a custom font is to link to a third-party server that...
View ArticleExposing Undocumented PeopleCode Functions
There are some really useful built-in PeopleCode functions that are available to be consumed, but are not documented in PeopleBooks. Good examples of these functions include the CreateJsonXxx functions...
View ArticleRun Dynamic Code with Application Class Tester
I previously did a post that documented a utility I created that allows you to Compile and Run PeopleCode Online. This was a neat tool, but it required importing an App Designer project to be able to...
View ArticlePS-SwitchToken Bookmarklet Generator
PS-SwitchToken is a JavaScript program that allows you to seamlessly switch users during a PeopleSoft session.Use the form below to generate a PS-SwitchToken bookmarklet for your PeopleSoft...
View ArticleExtending Cloud Manager with OCI REST API
Cloud Manager is a powerful tool for managing PeopleSoft Environments running on Oracle Cloud Infrastructure (OCI). There are many great features in the latest release and I highly recommend listening...
View ArticleAccess Local PS Apps Publicly
If you are like me and run PeopleSoft applications on your personal machine, there are times where you might want to share a feature or functionality that you have developed on the local instance to a...
View ArticleGetting Started with Pivet on Windows
Pivet is an open source PeopleSoft versioning tool that allows for git-based version control for PeopleSoft definitions. I originally installed Pivet in one of my demo instances last year and have been...
View ArticleServer Side Logs in the Browser Console
I did a post last year on the topic of Fluid Component Logging that demonstrated techniques to view server side log statements in the browser console. The techniques relied on using the AddOnLoadScript...
View ArticleDisplay iScripts in Fluid Nav Collections
There is a pesky bug that has been a thorn in my side for quite some time. The issue is the inability to use iScript based Content References in Fluid Navigation Collections. Viewing an iScript CREF in...
View Article