Answer posted by Ramya on 2005-03-09 04:59:47: Component and Record level PeopleCode are executed when the control is passed to the associated Component and Component containing the record respectively.
Latest Answer : Component level peoplecode is used whenever we have certain validations to be triggered at CI level. That means if ever we want to access the same component from CI and we want all the online validations to be applied implicitly at the CI level then we ...
Answer posted by RV on 2005-05-17 18:32:24: Component Buffer consists of rows of buffer fields that hold data for the reocrds associated with the page including primary scrolls, derived work records etc.
Latest Answer : People code supports these types of functions:1.Build in2.Internal3.External people code4.External non-people code ...
If there is same Component X in two different menus, menu1 and menu2 and if u want to assign a different search record for each menu, then which peoplecode function do u use and where do u write the code?
Latest Answer : Component stores all page related information in one set of record buffers, organized by scroll level and then by page level. This component buffer consists of rows of buffer fields that hold data for the various records that are associated ...
Latest Answer : We have the docancle() function, it cancle the current component when it Occurs ...
The Component Processor Controls the Peoplesoft Applications from Initial data retrival through updating the database.
Latest Answer : The component processor manages the flow of data processing as users enter information on pages.Issues INSERT,DELETE,and UPDATE statements to maintain data in the database and SELECT statements to retrieve data. ...
How do you bring the component buffer into App Eng?