GeekInterview.com
Series: Subject: Topic:

Components Interview Questions

Showing Questions 1 - 19 of 19 Questions
Sort by: 
 | 

With reference to the component interface tester which of the following is not true

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

Getexisting option is equivalent to opening a record in update/display mode only

Answered by: KEERTHANA on: Apr 2nd, 2013

Clicking Get Existing is equivalent to opening a record in Update/Display or Correction mode online. It retrieves one instance from the database. After you click the Get Existing button, the Component Interface Tester dialog box appears.

Which one of the following are standard properties when a component interface (ci) is created?

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

Gethistoryitems

Answered by: anu_peoplesoft on: Oct 29th, 2012

In application engine

Using do select - Select the data which needs to be inserted/updated into a temp table.

For each row of the temp table -> execute the people code which contains dragged code of CI to update the records..

Answered by: Varun Khurana on: Mar 6th, 2012

Standard properties of CI are:
Interactive mode,
GetHistoryItem,
EditHistoryItem

How to insert and update rows into a record using application engine and component interface?

Asked By: sai123 | Asked On: Jul 29th, 2007

Answered by: Hemalatha on: Sep 21st, 2011

Using Test Component Interface we can insert and update the rows

Answered by: Terrastar on: May 19th, 2011

By Create() and Get() method

Which of the following is not true in component interface (ci) architecture?

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

A component interface can be mapped to multiple peoplesoft components

Answered by: Prashans on: May 10th, 2006

The Component Interface can be mapped to only 1 component.

But There can be multiple component Interfacses for 1 Component

Answered by: Shobana on: Oct 25th, 2005

A component interface can be mapped to only one component.

If you are PS developer then in what scenarios component interface will have advantages over component?

Asked By: Ravindra Garg | Asked On: Apr 9th, 2006

Answered by: loop54 on: Sep 12th, 2009

In case where you have large amount of data entries or a repeatable amount of entries over time that could be scheduled.

Answered by: Aravind Kumar on: Jun 6th, 2006

Awasome Answer

Difference between search record and add search record?

Asked By: ramesh | Asked On: Aug 7th, 2006

Answered by: vedantamc on: May 12th, 2008

Search record : These records are used as qualifying entries so that the correct entry or correction is made into the record displayed in the panels / Pages.

Add search record: It is a field that defines the Search record for the Add action.


Regards

Chakravarthi

Answered by: vedantamc on: May 12th, 2008

Search record : These records are used as qualifying entries so that the correct entry or correction is made into the record displayed in the panels / Pages.

Add search record: It is a field that defines the Search record for the Add action.

Which of the following are true when a component interface (ci) is created on component that has add?Action enabled?

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

Get keys, create keys and find keys gets created automaticallythe create method is created alongwith the other standard methods for the ci

Answered by: pankils on: Dec 4th, 2010

Create Keys,Get keys and Find Keys will be automatically created as underlying component has add mode. If underlying component did not have Add mode Create keys will not be created.

Answered by: pankils on: Dec 4th, 2010

Get Keys, Create Keys and Find Keys get created automatically.

How do we maintain consistancy between components and ci?

Asked By: Kathir | Asked On: Aug 1st, 2007

A ci is called in save-prechange with currently active component buffer datas. The called ci gets saved successfully. But the component from which ci called gets errored in save-POstchange. How do we maintain consistancy between two components.

Answered by: vasireddyanil on: Apr 25th, 2009

We need not maintain any consistency between CI and Component unless we miss the procedures in creating and updating the CI.The save failed means, validations were not through. Analyse and rectify iss...

I may need to integrate my .Asp based website with several people soft modules (people soft hcm, financial interface). Essentially, I just need to exchange information to keep account records in sync....

Asked By: mmurphy384 | Asked On: Mar 5th, 2007

Answered by: rahuls007 on: Sep 24th, 2007

Which version of PeopleTools are you using?PeopleTools has several built-in features that you can use to do such kind of integrations.It would also help if you can let us know what you want to integra...

What is component interface meant for?

Asked By: ramesh | Asked On: Aug 7th, 2006

Answered by: Rao on: May 7th, 2007

Component Interface exposes Data and Business logic of a business process to internal/external applications through PeopleSoft API/Java/C++/VB

Answered by: sridevi on: Nov 27th, 2006

It is an integration tool which is used to integrate peoplesoft component from one application to another application.The application can be another peoplesoft application or third party application (c/c++,java).

What is record group in peoplesoft?

Asked By: Darpan Shah | Asked On: Oct 12th, 2006

Answered by: minoh on: Oct 22nd, 2006

A Record Group is a group of related records, keyed by SetID, which define the valid values for one or more fields in PeopleSoft.  Related values are keyed with/under a single Record Group. ...

Answered by: Bhanu on: Oct 22nd, 2006

Record group in pplsoft is a logical group of functionally related tables and views which enable tableset sharing

Which of the following can be mapped as find keys for a component interface?

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

A or b

Answered by: a on: Sep 7th, 2006

Search key and alternate search key

How to do object security?How to connect report through process scheduler?

Asked By: rahul_96k | Asked On: Apr 6th, 2006

Answered by: Rajesh Chaudhari on: Sep 5th, 2006

Object Security - Object Security is used to restrict the PeopleTools objects that specific developers can access.=======================PS8.0, PT8.15.  Application designer - Go - PeopleTools - ...

Answered by: Satya Sekhar on: Jul 23rd, 2006

To connect a report first we have to know about run control page. So that we can add the required fields over there and then passing those oprid and runctlid through the stdapi.sqc we can run an an SQ...

How to use mass update/change feature ?

Asked By: Satya | Asked On: Jun 17th, 2006

What ci's u have worked on?

Asked By: Sreekanth Reddy.K | Asked On: May 9th, 2006

The main attributes of a component interface (ci) are?

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

Keys, properties & collections, methods and name

Answered by: R.Guru Lakshmi on: Jan 31st, 2006

The main attributes of CI are1. Component Interface Name2. Keys like Get keys, Find Keys and Create Keys.3.Methods-There are 5 standard methods in CI like Create,Cancel,Find,Search,Save4.Properties and Collections ( Fields and Records).

Answered by: Jayaram on: Jan 2nd, 2006

The main attributes of CI are1. Component Interface Name2. Keys like Get keys, Find Keys and Create Keys.Get Keys:-  All the Search keys of a Componant (Record) will become Get Keys of CIFind Key...

Which plan order created manually and rest from schedule order?

Asked By: neeraj kumar | Asked On: Oct 21st, 2005

The following are various steps that describes the peoplecode logic while implementing a component interface?

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

1.Establish a user session2.Get the component interface3.Pulate the create keys4.Eate an instance of the ci5.Pulate the required fields6. Save the ci

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.