Friday, May 31, 2013

PeopleSoft Update Manager Trainings

As most of us already know PeopleSoft Update Manager (PUM) is the new Lifecycle Management Process for PeopleSoft 9.2 Applications. PUM simplifies and eases the process of maintenance and update of PeopleSoft Application though Change Assistant would still remain as the core tool used for updates/upgrades.

Yesterday Oracle posted  some trainings on PUM in its Learning Library. Following are the trainings available for all.

Module 1: Installing VirtualBox and Setting Up the PeopleSoft Image

Module 2: Configuring the Client Machine

Module 3: Creating a Custom Change Package with PeopleSoft Update Manager

Saturday, May 25, 2013

PeopleTools Patch 8.53.04 is Generally Available

PeopleTools Patch 8.53.04 is available to customers via MOS (support.oracle.com).
Note that the patches are no longer available via FTP site.

Thursday, May 23, 2013

HCM 9.2 Pivot Grids : VFO from Oracle

Here is an interesting VFO from Oracle on Pivot Grids in HCM 9.2

RowDelete Processing Stops mysteriously

Last week I was investigating along with my colleague on an issue in Position Information in Job Data Component, we came across a strange scenario.

In order to fix the issue we had added a piece of code in RowDelete event in one of the fields of JOB  record (Lets call it FIELDXYZ in the rest of this post). Interestingly our code was not triggered even if the rows are deleted from the scroll.

Newly added code in JOB.FIELDXYZ.RowDelete looks like this.

 
If Condition1 And Condition2 And Condition3 Then
    Do THIS;
End-if;

Initially we thought some of the conditions in the "IF" construct are not met and that is why our code was not triggered. As a next step we issued a MessageBox/Winmessage at the beginning of the code (outside IF) to confirm if the RowDelete event itself is executed or not. Result of that trial confirmed that the RowDelete event for the Field was never executed.

So what went wrong? We continued our analysis, went one step ahead and added a MessageBox/Winmessage in the RowDelete event of the field just above the FIELDXYZ. Again this code was also not executed.

Next time MessageBox/Winmessage statement was added to the last RowDelete code(Lets call it FIELDLAST RowDelete code) before FIELDXYZ. This time the code was executed and the MessageBox was popped up.

On analyzing the existing code in the last RowDelete event, we found that the issue happenes when a warning was triggered in RowDelete event. If a warning is issued RowDelete processing stops  no matter what button (OK or Cancel) the user clicks.

We haven't yet uncovered if this is PeopleTools bug or desired functionality. I will update you guys once I have a confirmation.

Sunday, May 5, 2013

How to enable multi-language entry

Last week one of my colleagues asked how we can enable multi-language entry dropdown for a user (as displayed in the image below).

multi-language dropdown


I'm aware most of us know this already but I'm posting this for those who don't know it yet.

So this is how it is done.

You can enable multi-language entry for a user from 'General Options' category of 'My Personalizations' page in Main Menu.

my personalizations