Where PeopleCode get stored?Option: 1. Application ServerOption: 2. Database ServerOption: 3. Client Machine.Option: 4. File Server.Option: 5. Batch Server.
Latest Answer: We have the docancle() function, it cancle the current component when it Occurs ...
Latest Answer: REM can be used to comment a single line, but it will be processed by the comp. processor;Single and multiple line commenting:/* PeopleCode stmts------ ------ ------ ----*/Nested Comments:
adv: no need to write query just want to build dis: we cant view queries
Latest Answer: If we need to retrieve more than one rows from the database, we can use SQL class instead of SqlExec... ...
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 ...
Latest Answer: 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 ...
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 ...
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 ...
Latest Answer: Using Application packages is a very good way of coding your business logic and display logic.This way you can modularize your code very well and you can bring in the Object Oriented way of programming which will be very easy to develop and maintain. ...
View page << Previous 1 2 [3]

Go Top