PeopleSoft Interview Questions
Pages
(Move to ...)
PeopleSoft IQ
Get an Answer
More Questions
▼
What are search Keys in a record? How is it different from alternate search keys?
›
The property search keys of a record comes into picture when you are in the search page of a component or in a prompt dialogue page where y...
How will you implement level 4 while designing a page?
›
With the delivered PeopleTools design it is not possible to implement a level 4. You can only have upto level 3. The allowed levels are 1...
7 comments:
How do you login in correction mode in the Component Interface?
›
Get History Items and Edit History items property to should be set to true. Get History Items alone: - Update display all -...
What are properties?
›
The Fields in the level 0 in the component are the properties of the component. ...
What is method? What are the different types of method?
›
Methods: - A method is an object that performs a very specific function on a component interface at run-time. Standard methods and ...
How do you provide security for the component interface?
›
Open the Permission list On the Component Interface tab, Add row and select the newly created Component Interface. Edit the permi...
1 comment:
what is the difference between exit(0),exit(1) when we are using this functions in AE
›
Exit (1) causes immediate termination of a PeopleCode program. Use this parameter to rollback database changes. Exit (0) ...
what is the difference between the %SELECT and %SELECTINIT meta sql functions.
›
%select : if any values have not selected then previous value will be there %selectinit : if any values have not selected then previo...
What is the maximum limitation on temporary table instances in AE.
›
99
What are different types Do Select?
›
1) Select/Fetch 2) Reselect 3) Restart able Select/Fetch: - Opens the cursor only at the first time and retrieve...
›
Home
View web version