Component processor alllocates temporary bufffers on the application server to hold the application data for a component.It retrives all the data need for the entire component up front.
Can be wirtten at record field level page level component level component record level component record field level Menu level Application Engine Application package Messages
PeopleCode is written in PeopleCode coding sheet We can write PeopleCode with associative Record Fields Pages Components Menus and Application Engine. Where we need extra validations according the fuctionality.
PeopleCode is written in PeopleCode coding sheet We can write PeopleCode with associative Record Fields Pages Components Menus and Application Engine. Where we need extra validations according the fuctionality.
You can write PeopleCode (PC) in the Application Designer IDE. The PC are stored : - on the events and are triggered by them - in librairies called funclibs in PeopleSoft and called manually by the developpers in their PC when they them (they are like functions or modules) - in application classes which are stored in application packages in PeopleSoft : they are classes like any others in OO languages. Then they could be used into PC to realize new functionalities for example...
All that code is stored into tables in the DB server into technical PeopleSoft tables whose names begin with PS and followed immediately by a mnemonic name of the table.