GeekInterview.com
Series: Subject: Topic:

PeopleTools Interview Questions

Showing Questions 1 - 20 of 42 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

How do you bring advanced search page before normal search page ?

Asked By: sshikha13 | Asked On: Apr 27th, 2011

As in when we open job page, we find advanced search page instead of normal search page. How to do that

Answered by: Girish on: Sep 25th, 2011

There is a setting available in Component properties to make either the Normal Search Page or the Advanced search page to appear first.

What is the use of set control field in record field properties?

Asked By: yaniv | Asked On: Jun 29th, 2006

Answered by: Mayank on: Sep 6th, 2011

If we specify one field as a set control field then we will get data based on this when we are using prompt table. Based on this field only we can have valid prompt list at the time of prompt button ...

Answered by: Bhawna on: Mar 16th, 2007

Set Control id is used when you want to share tables in Peopletool applications.This key identifies the sets of information in the table that are shared by multiple companies or business units under y...

What http servers and Java servelet engine combinations are supported with people tools?

Asked By: StephenRaj | Asked On: Apr 16th, 2007

Answered by: Alagiri Ruban on: Aug 1st, 2011

IBM WebSphere and Oracle Weblogic

What will be the output of an application engine if we use component variables instead of state record ?

Asked By: sshikha13 | Asked On: Apr 27th, 2011

Answered by: Rahul on: Jul 16th, 2011

Well .. Component variables can be used to carry data from one section to another. The scope of component variable remains throughout the program . They can be used in place of state record provided you do not want a restart facility and dynamic section calls.

State record

Asked By: anil404 | Asked On: Nov 11th, 2010

How to use state record to update a table?

What are the benefits of set control field in record field properties?

Asked By: christia | Asked On: Apr 16th, 2007

Answered by: bandisdevi on: Oct 29th, 2009

Benefits of set control field: If we specify one field as a set control field then we will retrieve data based on this when we are using prompt table. Based on this field only we can have valid prompt list at the time of prompt button clicking.

Answered by: gouthamireddy29 on: Dec 19th, 2007

Select a set control field that overrides the set control field of the record definition specified in the prompt table. If you don't specify a name in this field, the default is the set control fi...

What is the use of temporary records and state record in application engine

Asked By: gnana | Asked On: Apr 25th, 2007

Answered by: bandisdevi on: Oct 28th, 2009

Temporary table: To allow other users to access the same table that has been using by the AE program. These are mainly used in batch processing. These can store specific data to update without aff...

Answered by: nsivudu on: Mar 28th, 2008

Temporary table can be used in application engine programs to support parallel processing.

The state record will be used to pass variable information between two application engine sections
          ..........Sivananda Reddy...........

What are the numbers of sub pages and secondary pages that can be created in one level?

Asked By: christia | Asked On: Apr 16th, 2007

Answered by: bandisdevi on: Oct 25th, 2009

Sub page:  Mainly use for sub records. We can place sub records in to sub page. Secondary page: It is used to enter additional data, rarely entered data & unimportant fields. There can be any...

Answered by: arunkumar061 on: Apr 30th, 2008

multiple number of subpages can be created in one scroll level but only one secondary page can created in one scroll level using push/hyperlink.

How is performance management taken care in people tools?

Asked By: StephenRaj | Asked On: Apr 16th, 2007

Answered by: chini009 on: Feb 3rd, 2009

Indexing tables on the database side helps in batch processing a great deal. Analysing tables helps. If there is custom code, make sure the SQL queries used are written well with the use of proper keys and joins are correct as well.

Can the output of a SQL query be stored in a variable using peoplecode?If so how it be done?

Asked By: ksllavanya | Asked On: Jun 17th, 2008

I want to store the output of a query say select emplid from job;the output of this column should be stored in a variable. How it can be done?

Answered by: psft1017 on: Nov 12th, 2008

You can use SQLExec to do the same.

SQLExec("SELECT EMPLID FROM JOB",&Emplid);

The value of EMPLID gets stored in the variable &Emplid.

Application package

Asked By: venkat_leader | Asked On: Jan 30th, 2008

What is meant by application package?

Answered by: girijat on: Oct 23rd, 2008

Application Package is Used to create Application Classes, which could be used to either extend the functionality of existing PeopleTools classes (Rowset, Array, and so on) or to create your own classes.

Answered by: ravi.velchuri38 on: Aug 13th, 2008

App package:An application package is a container for application subpackages and application classes, which will  provide a hierarchical structure to your PeopleCode programs and help you extend...

What is the mandatory property of app.Engine?

Asked By: gust | Asked On: Nov 21st, 2007

Answered by: indhrakannan on: Sep 5th, 2008

1. Main is the required section in Application Engine. 2. There can be multiple steps in single application engine, but atleast one step should be part of AE. 3. Similarly you can have multiple acti...

Answered by: vissu_Endla on: Jan 4th, 2008

Main-->Step-->Action
Is the  Mandatory property of App.engine

Temporary table and SQL view in peoplesoft

Asked By: Priya21 | Asked On: Jul 18th, 2008

Difference between temporary table and SQL view in peoplesoft

Answered by: ravi.velchuri38 on: Aug 13th, 2008

Temporary Table: Temporary tables are used for running PeopleSoft Application Engine batch processes. Temporary tables can store specific data to update without risking the main application table. S...

What are the steps for creating prompt table dynamically for the specified field?

Asked By: christia | Asked On: Apr 16th, 2007

Answered by: hemsiri on: Jul 15th, 2008

by using edittable

What are the environments supported by people tools tool set?

Asked By: StephenRaj | Asked On: Apr 16th, 2007

Answered by: jeetendrap on: May 28th, 2008

Peopletools: windows, Unix (Red Hat, SLES)
Database: Oracle, SqlServer, DB2
PIA: IE 5.0 or greater

How many sub pages, secondary pages can be created in one level.

Asked By: sitapati | Asked On: May 28th, 2006

Answered by: nsivudu on: Mar 28th, 2008

We can create multiple sub-pages and secondary pages.

Answered by: natarajcheedella on: Nov 8th, 2006

Any no of subpages can created and any no of secondary pages can created.

There is no restrictions.

How do you store related field data into database ?

Asked By: sahithireddy | Asked On: Oct 12th, 2007

Is this possible.. If yes, please explain

Answered by: soumajit on: Feb 23rd, 2008

it is not possible normaly.. but u can write a people code by which u can insert the field data into the records

How to migrate roles from one database to another database?

Asked By: christia | Asked On: Apr 16th, 2007

Answered by: rashijoshi on: Sep 26th, 2007

Following steps need to be followed for migration:1. Login to database through App Designer as a source database. 2. Click on upgrade tab and open the project which contains roles which you want to mi...

Answered by: Rashi on: Sep 26th, 2007

1. Login to database through App Designer as a source database. 2. Click on upgrade tab and open the project which contains roles which you want to migrate.3. Double click on Roles fold...

Can a peopletools 8.4 and a peopletools 8.1x database run on the same machine?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

Yes, databases can co-exist on the same physical machine. In most cases, thedatabases themselves can exist within the same RDBMS, however, it isimportant to verify that the database version required by peopletools 8.4 is thesame as for the current peopletools 8.1x implementation.

Answered by: Amit Agrawal on: Aug 24th, 2007

In a step if you r writing SQL then you need to commit it with in the same step but in the next action if u call another section or step it wont perform the desired actions.
because the previous step step is not committed.

Answered by: harish_mahanta on: Nov 24th, 2006

Q. In Application Engine,why SQL & CallSection action are mutually Exclusive?

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.