Search This Blog

Thursday, May 15, 2014

PT 8.54 Fluid Interface - The Most Awaiting Feature

As far as I am concerned, the top feature I expect in 8.54 is the ability to create Fluid pages all through the system. I love it for the reason being, I am a big fan of responsive design, since a year and a half now.

Have created and deployed several web based responsive applications and mobile sites using jQuery tools and boiler plate frameworks, but PeopleSoft always restricted me from trying out the same on its pages. Still with my colleague we created the Responsive PeopleSoft Mobile Self Service system outside the PeopleSoft architecture, which is robust enough to support the PeopleSoft customers.

And now with Fluid Interface, Oracle is going to take the customers by storm.

This is what Oracle says about the new PeopleSoft Fluid User Interface:

This release represents a landmark for PeopleTools and the PeopleSoft user experience. 

PeopleSoft application fluid pages scale gracefully from large screen devices, such as laptops and desktops, to the reduced viewing space of tablets and smartphones. Many commercial websites use a similar design model whereby the presentation and layout of information is adjusted dynamically to conform to the dimensions of the user’s device. The Fluid User Interface design approach gives developers just this type of control over the user experience. When a larger screen size (a screen with more “real estate”) is detected, the application content will adjust and conform accordingly to fill the space effectively. Similarly, if a smaller screen size is detected, non-essential information can be removed and the presentation of content will adjust to flow in a usable way. 

(Source: PeopleTools 854 RVP)

For those who are new to the Fluid/Responsive concept, check out my website (http://anoopsavio.com/) on Web, Smartphone or iPad.

Normal Web View

Responsive Mobile View

on iPad

Excited to develop a couple of pages with Fluidic feature in PeopleSoft!

Wednesday, May 14, 2014

How to know the Record/Field names without opening the Application Desginer

I've been using PS Utilities for a while and it is a great tool. But it doesn't support IE and Firefox. 

So how can we quickly get the Record and Field information on a page, without opening the Application Designer. I gave this info to a couple of functional people and they were all high about this simple technique. It helps the tech guys too at times, if someone ask about the similar information in between a meeting.

In Chrome/Firefox/IE 11, this can be achieved by placing the mouse pointed on the field and right clicking to select the Inspect Element option. This will open the developer window which shows you the HTML information of the page and highlights the field element.

The information about the Record and the Field is right there.

Trace the input element and see the name attribute to get the information in RECORD_FIELDNAME pattern.



A handy tip.