Where PeopleCode get stored?Option: 1. Application ServerOption: 2. Database ServerOption: 3. Client Machine.Option: 4. File Server.Option: 5. Batch Server.
Latest Answer: exit(1) ...
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: Also, SQLExec will open a new session on database, so if anything has been updated in Comp Buffer, will not be available in that session as COMMIT might not have happened. Also, if we have selected some value in Comp Buffer and then change the same after ...
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: Events are the only way that you can associate Peoplecode to an Object. Prior to PeopleTools 8 (i.e., before Object Oriented Peoplecode evolved), Peoplecode is associated only with the Records and Menus. Currently, it is attached to several objects like: ...
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