How can we connect peoplesoft component interface to third party application to get data from third party to peoplesoft.
How to delete/modify the existing run control id created in peoplesoft 9.0
Go to respective searach record. In database you can see the run control id values. You can delete it or modifiy it. else need to go for the PSRECDEFN
You get a request that size of a field needs to be changed, how do you analyse its impact?
You have to do FIND DEFINITION REFERENCES of the changed field.Re build all the record and view.If you are inserting values in record using Peoplecode (where field has being changed )make sure correct value( with size) is being inserted into the record.Same goes for SQR.
we have to find all the references where the field is used
Call component interface program
How will you call component interface program from application engine program?
It is same as calling Component Interface form Peoplecode. Include the Component Interface code in Action : Peoplecode in your application engine and use is normally (Keep in mind Think time function ...
You can call in a PeopleCode action using %session same as calling from PeopleCode
Multiple state record in application engine
Why multiple state records are used in application engine? Provide scenario where multiple state records are used?
State record is mainly used to pass the values b/w section to section, step to step and action to action. We can use n no. of state records in a program, 1st record is default state record and is ref...
Multiple State Record are used to store related variables in to one state record instead of keeping all variables in to one single state record.It is a good practice to have related variables in one s...
Actions SQL and call section in ae
If we use SQL and callsection at same time then database deadlock will occur.Why does this dead lock occur?
If the same step having Sql and Call Section which will effect the same table deadlock occurs so only they are mutually exclusive.
SQL and Call Section are Mutually exclusive Actions ,We can't use both at same step. Example: The Step1 having 'SQL' action.Suppose if you use callsection action in the step1 it calls the another ...
What is enterprise performance management?
PeopleSoft EPM offers multiple performance management solutions for various budgets and phases of the management cycle, helping managers formulate strategies for profitable growth, align strategies wi...
Generate two output files from one SQR
How do you generate two output files from one SQR?
1.We can generate Multiple Reports by using "use-report" concept in SQR, and also we need to give Overrride Option (-MRn, n= No of reports) in process defintion. 2.we can achieve the above same using "new-Report" concept
Code
App engine SQL and call sections
Why SQL & call sections are mutually exclusive?In that explain about deadlock ?
When we run SQL, it basically locks that speicifc table which is in use. At the same time if we use call section there might be the case where it is using same table which will cause a deadlock situat...
What is difference between translate table and prompt table?
Translate table: These values are stored on a people tools table called XLATTABLE. The field type should be character, length should be < or = 4, field values should be static. We can give more...
Prompt Table are used to provide user's with validate values fromother tables, their values are generally populated by system users and are often application specificTrnslate Table is a special kind o...
Explain what are componentbuffer and databuffer?
Component buffer contains data of the currently active component. Data buffer contains the data of the currently active peoplesoft application, it can be from a component, an application engine or app...
Component Buffer: Component Buffer contains all the Data of active component
Data Buffer: Data Buffer contains Data other then the Data in the Component Buffer
Data Buffer classes are available in peopleocode, Rowset,Row,Record,Field,Array,Sql,File,chart,Drid and so on
What are all the steps invloved in upgrade process?
• Plan the Upgrade • Prepare Copy of Production Database• Install New Release • Upgrade PeopleTools • Run and Review Compare Reports • Apply Application Changes • Co...
What is activity typewhat is cost center.What is gap analysis. explain with real time scenario
Activity type is the nature of "action comitted or happened" and nature depends on the environment.
The all value paid or bear is located in small center is called Cost Center.
GAP Analysis is finding out the "Deficiency or gap" between ideal system or standard system and existing or current system.
How do you intergrate pp with FICO
Components Interview Questions
PeopleCode Interview Questions
PeopleTools Interview Questions
Peoplesoft Admin Interview Questions
Peoplesoft Interview Questions
We have various options to upload the data into the component. 1) If user want to upload the data with complete validation, developer can go with Excel to CI utility. 2) If user want to upload the dat...
configure Web service for the the required CI and create a WSDSL with requirement action method...
Share the WSDL file with third system to get/update the peoplesoft table.