PeopleSoft PeopleCode Example Programs

Read / Parse JSON File - Example PeopleCode 

This tutorial explains how to read / parse JSON Data from PeopleCode with an example program. It explains how to handle JSON array and Array of JSON Objects and also offers a code that you can download and test..

Create JSON File - Example PeopleCode Program

This tutorial explains how to create and write JSON data to File from PeopleCode (Application Engine for example) with a full example program. It also explains how to generate JSON Array / Array of JSON objects from PeopleCode.

Triggering qTip from PeopleSoft

We have copied the required scripts to the web server script directory of our domain. We have also created a test page in PeopleSoft, and ready to add some static HTML into it to support the tool tip text.To do so, add a HTML area into the page. And set the value property to constant and copy the HTML code as shown below. I have added my comments in blue. Do not include them to the page.

PeopleSoft Cache Analysis - Part 4

This would be the last part of the cache analysis exercise in PeopleSoft. If you are landing here directly, make sure you check out the previous parts; Part1 Part2 Part3 Until now, we have a got a good idea of how things behave when they are not cached. We had a look at the SQLs executed by the Application Server, and also went to an extent of understanding what might have happened ....

PeopleSoft CACHE and NO CACHE - Part 1

The power of the cache in PeopleSoft, enables the pages to load faster. But, to understand how this really creates a difference to PeopleSoft performance, let us try a simple SQL trace against a page that contains a single record / field and trace the activity on a page load. We will try to grab a trace on the page load (i.e. after clicking on the link to the test page ). I'm trying to run ....

PeopleCode Runtime Error - EvalDateConv

Starting from this post, we will try to grab some interesting errors thrown by the PeopleSoft application and understand the reason behind it. The first error code we will be analyzing as a part of this series is provided below:- ---------------------------Message from webpage---------------------------Invalid parameter 1 for function EvalDateConv. (180,116) ..FieldChange PCPC:751 ....

PeopleSoft and SOAP - Creating a Message and Configuration

The objective on hand is to process a SOAP XML request into PSFT and return a suitable response. We are at step 1 of this objective where we are trying to create a basic message in PSFT and keep it ready before we can write some code in it to process a SOAP XML. The solution will be driven on a PT8.46 platform. Open up the Application designer tool and do the following. 1) ....

PeopleSoft and Recycle Bin

Sometime back, I read an interesting post at this URL. ....

PeopleSoft Trace PeopleCode

In our previous post, we saw how to set trace options in PeopleSoft application, when logging into PeopleSoft. We added the trace flags and scanned the pages of interest to grab the trace file. This option is good but there is another great deal of flexibility brought into this tracing, which can be enabled directly from PeopleCode. This is done using two built in functions offered by PeopleSoft. ....

No matching buffer found for level-PeopleSoft

This error => No matching buffer found for level in PeopleSoft, usually comes with a long description after this which is not that friendly and confuses the user. The complete error text is provided below ---------------------------Microsoft Internet Explorer---------------------------No matching buffer found for level. (15,26) When retrieving data for a page, a data value was retrieved for ....

BEA JOLT FAILURE



Index of all PeopleSoft Posts

Extract TAR File PeopleCode Example Create MD5 Checksum / Hash for a File in PeopleCode Read Extract ZIP Files in PeopleCode Create Zip / tar / tar.gz in PeopleCode - Single Generic Code Create .tar.gz File in PeopleSoft - Multiple Files Create TAR Files in PeopleCode - Example Create GZIP Files in PeopleCode Change Cell Width Border Color iText ....

PeopleSoft PT_MCF_MAIL - %ObEmail_Delivered

Found an interesting question in a popular forum today, on PT_MCF_MAIL application package of PeopleSoft. An attempt to send an email with an invalid mail address was triggered, and the package returned success!.So, I decided to do some test code on this by myself. Placed a small piece of code in the fieldchange event, that triggers an email. Before you try replicating this, make sure that you ....

PeopleSoft - Record Field Properties - Value

After being involved in PeopleSoft development for so many years, I got an interesting question from one of my friend. In PeopleSoft, what is the significance of the Value property for a field object. There are some special cases where we use the Value property and some cases where we do not. Well, this is very basic but needs to be carefully understood. Enterprise PeopleTools Peoplebooks ....

PeopleSoft ToolTipText - Using qTip - jQuery plugin

I'm running 8.46 version of PeopleSoft, that is not so flashy when it comes to ToolTips. PeopleSoft does provide options to specify tooltips in pages, but they are as per the age old standards. Further, changing them on the fly is difficult. This is what PeopleSoft has to offer when it comes to Tooltips ( as taken from PeopleBooks)The “tool tip,” or mouse over text, that appears with a hyperlink ....

qTip - Preparing PeopleSoft to Support qTip

In this section, let us discuss the preliminary setup that needs to be done in PeopleSoft to support qtip. For the examples, that I will be describing here, I have used the version 1.0.0-rc3 of the qTip. So get to the qTip download page and download jQuery and Production version of the tooltip plugin. When you extract the contents, you will be able to find the following files : 1) jquery-1.3.2 ....

PeopleSoft - Dynamic Tooltips

This is the last post on achieving dynamism in ToolTipText using qTips in PeopleSoft. If you are jumping to this post right from the internet, make sure you check out the previous posts before reading this. We have brought in flashy tooltip text in PeopleSoft, but for the whole of the process we have been using constant HTML. If you want to make your tooltips dynamic, you need to write some code ....

PeopleSoft -- JQuery -- MouseOver

Today, I was trying to hide fields both in level 0 and level 1 scroll in PeopleSoft using JQuery. For Level 0, my test page contains a single edit box and single push button and I tried using the mouseover() event of JQuery to hide the edit box in PeopleSoft. I inserted a HTML area into the page where the edit box is residing and added some code into it;

No comments:

Post a Comment