PeopleSoft Application Designer
PeopleSoft Application Designer, as the name suggests, is used to create and modify PeopleSoft applications. With App. Designer, you can create and modify most of the objects in PeopleSoft.
PeopleSoft AWE – Approval Workflow Engine
PeopleSoft Approval Workflow Engine (AWE) is a recent entrant into the PeopleTools family – introduced only in 8.48 AWE provides capabilities for creating, running, and managing approval processes within PeopleSoft…. Read more
Peoplesoft Component
A PeopleSoft Component is a collection of pages which are logically grouped. Earlier to the introduction of PIA in 8.0, the Component was called Panel Group.
Matching in PeopleSoft
Matching is PeopleSoft’s method for ensuring that an enterprise releases payments to its vendors only when a particular criteria is met. There are 4 types of matching in PeopleSoft – each one has a specific purpose.
Fields in PeopleSoft
Fields are the basic building blocks of records in PeopleSoft. A field in PeopleSoft can be of the following types: Field Type Field Length / Feature Character 254 Long Character… Read more
Record in PeopleSoft
A record in PeopleSoft refers to the collection of fields similar to that of a table in RDMBS. Records are of 7 types, out of which the last two are… Read more
PeopleSoft 7.0
I was going through my archives and found these screenshots of PeopleTools 7.02 signon window, the loading screen and PeopleSoft 7.0 application – this was from the time when PIA… Read more
Topics on Demand [ToD]
Introducing Topics on Demand! If you have a topic that you would like us to cover, this is where you can ask for it. Once we get some requests, one… Read more
PeopleCode FieldEdit Event
FieldEdit PeopleCode fires for the field and the row that just changed. So, to validate the input entered by a user into a field, you may write PeopleCode in the FieldEdit event of that particular filed.
PeopleCode Events: FieldFormula
The PeopleCode Event FieldFormula can get triggered in many different contexts and can execute the PeopleCode on every filed on each row in the Component Buffer. As this can degrade the performance of the system considerably, this event is hardly used.