Posts by Tag

JavaScript

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 ...

Online PeopleCode Editor

In the past I’ve discussed how the %Metadata Application Package can be used to programmatically manage PeopleTools objects. I provided a POC project that a...

Controlling HttpOnly Cookies

Browser cookies served from PeopleSoft are marked as HttpOnly by default starting in PeopleTools 8.57. HttpOnly cookies prevent client side scripts from ac...

Managing Large HTML Objects

I wanted to share a quick tip on managing third-party JavaScript libraries in HTML objects in PeopleTools. The tip is to manage these HTML objects in the Bra...

Back to top ↑

Metadata API

Online PeopleCode Editor

In the past I’ve discussed how the %Metadata Application Package can be used to programmatically manage PeopleTools objects. I provided a POC project that a...

ACM Plugin Configuration Properties

I am finally starting to get up to speed with Automated Configuration Management (ACM) Plugins. ACM is something that the guys over at psadmin.io have been t...

Compile and Run PeopleCode Online

There are many times where I come across some sample PeopleCode on the internet and I want to execute the PeopleCode in my environment to see the output. The...

Back to top ↑

PeopleCode

Getting 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...

Run PeopleCode

Running arbitrary PeopleCode statements and scripts in the PIA has always been a desirable feature for me. I previously scratched this itch by writing a pro...

Online PeopleCode Editor

In the past I’ve discussed how the %Metadata Application Package can be used to programmatically manage PeopleTools objects. I provided a POC project that a...

Compile and Run PeopleCode Online

There are many times where I come across some sample PeopleCode on the internet and I want to execute the PeopleCode in my environment to see the output. The...

Back to top ↑

Branding Framework

Custom Branding User Attributes

User Attributes are a nice feature of the PeopleTools Branding framework. User Attributes allow us to conditionally apply Portal Branding Themes in a contex...

Creating Personalization Options

In my previous post, I described how we can edit existing Personalization Options to allow for User Preference-Based Homepage Types. I am going to expand o...

ACM Plugin Configuration Properties

I am finally starting to get up to speed with Automated Configuration Management (ACM) Plugins. ACM is something that the guys over at psadmin.io have been t...

Managing Large HTML Objects

I wanted to share a quick tip on managing third-party JavaScript libraries in HTML objects in PeopleTools. The tip is to manage these HTML objects in the Bra...

Back to top ↑

JSON

Server 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 te...

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 ...

Back to top ↑

Web Server

Managing 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 fo...

Back to top ↑

REST

Easy REST Requests

One of the biggest pain points with using Integration Broker to consume third-party REST web services is the creation of all of the required metadata definit...

Back to top ↑

Web Profile

Controlling HttpOnly Cookies

Browser cookies served from PeopleSoft are marked as HttpOnly by default starting in PeopleTools 8.57. HttpOnly cookies prevent client side scripts from ac...

Back to top ↑

HTML

Managing Large HTML Objects

I wanted to share a quick tip on managing third-party JavaScript libraries in HTML objects in PeopleTools. The tip is to manage these HTML objects in the Bra...

Back to top ↑

App Designer

Hidden ACM Plugins

In episode #120 of the PeopleSoft Administrator Podcast, there is a discussion on the deltas in the PTEM_CONFIG App Package from 8.55 to 8.56. In 8.56 there ...

Managing Large HTML Objects

I wanted to share a quick tip on managing third-party JavaScript libraries in HTML objects in PeopleTools. The tip is to manage these HTML objects in the Bra...

Back to top ↑

ACM

Hidden ACM Plugins

In episode #120 of the PeopleSoft Administrator Podcast, there is a discussion on the deltas in the PTEM_CONFIG App Package from 8.55 to 8.56. In 8.56 there ...

ACM Plugin Configuration Properties

I am finally starting to get up to speed with Automated Configuration Management (ACM) Plugins. ACM is something that the guys over at psadmin.io have been t...

Back to top ↑

User Personalizations

Creating Personalization Options

In my previous post, I described how we can edit existing Personalization Options to allow for User Preference-Based Homepage Types. I am going to expand o...

User Preference-Based Homepage Types

PeopleSoft allows for administrative users to configure and create Personalization Options that allow end users to personalize their application experience v...

Back to top ↑

Logging

Server 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 te...

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 ...

Back to top ↑

Java

Back to top ↑

Cloud

Access 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 yo...

Back to top ↑

Servlet

Back to top ↑

Web Services

Easy REST Requests

One of the biggest pain points with using Integration Broker to consume third-party REST web services is the creation of all of the required metadata definit...

Back to top ↑

Integration Broker

Easy REST Requests

One of the biggest pain points with using Integration Broker to consume third-party REST web services is the creation of all of the required metadata definit...

Back to top ↑

Sign In

Back to top ↑

QR Code

Back to top ↑

TOTP

Back to top ↑

User Attributes

Custom Branding User Attributes

User Attributes are a nice feature of the PeopleTools Branding framework. User Attributes allow us to conditionally apply Portal Branding Themes in a contex...

Back to top ↑

Event Mapping

Contextual Navigator

The PeopleSoft Navigator is a component that provides users a way to navigate the folders and pages within Portal Registry menu structure.

Back to top ↑

Tips and Tricks

Contextual Navigator

The PeopleSoft Navigator is a component that provides users a way to navigate the folders and pages within Portal Registry menu structure.

Back to top ↑

CSS

Managing 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 fo...

Back to top ↑

Cache

Managing 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 fo...

Back to top ↑

Security

Back to top ↑

SwitchUser

Back to top ↑

Heroku

Access 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 yo...

Back to top ↑

Reverse Proxy

Access 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 yo...

Back to top ↑

Git

Getting 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...

Back to top ↑

iScripts

Back to top ↑