A) graphical representation of business process and relationsb) flowchart of tables and fields
Differences between state and temporary records?
When multiple row of data need to insert in a record that is called set processing.. For Example - If we need to update pincode of a particular region we can use this processing.. first we write peop...
hi,
purpose of Temp record is diffrent that is parallel processing not the restart logic.and it's wright that state record can be used for restart logic becoz it have last row processed.
How many types of ways you can run an application engine program?
We can run the AE 5 ways
1.Application designer
2.Process schedular
3.AE peopletools
4.Calling peoplecode
5.Commandline prompt(dos)
RunRunning from application designer,
RunRunning from online (call appengine),
Running from apengine people tool,
Run Running from PS Application Componant,
RuinRunning from command line (debugging)
As far as I know.. Functional People - are the one that knows the behavior of the data. They know how to create data and the one that is familiarize in navigating the psoft online. They are the one ...
Peoplesoft Technical :It means it related to the people tools ie App Designer,peoplecode,SQR and App EnginePeoplesoft functional :It related to the domain in which u are working. i.e. HRMS or FINANCEP...
What are different peoplecode events?
Below is the sequence in which PC get triggered:
SearchInit > SearchSave > PreBuild > FieldDefault > FieldFormula > PostBuild > Activate > RowInsert > RowDelete > FieldEdit > FieldChange > SaveEdit > SavePreChange > Workflow > SavePostChange
PLz let me know one thing..i have one scroll and inside that one grid.i want to insert only three row to grid for every row of scroll.Let me know on which event i have to write the code.I wrote the co...
Which one of the following tree types is not supported in the peoplesoft tree manager?
1. Query trees 2. Combination trees
I think Combination trees are not supported in the PeopleSoft tree manager.
Query view 9.
The navigation is : Reporting Tools --> Query --> Query Manager.
Winmessage
The WinMessage function is supported for compatibility with previous releases of PeopleTools. New applications should use MessageBox instead.
In SaveEdit event,first all fields are checked for business rules and validations are carried out on all fields. If any of the values of fields doesn't satisfy any of the business rule,warning or erro...
SAVE EDIT FIRST VALIDATES ALL THE FIELDS ON THE COMPONENT AND THEN WHEN NO ERRORS IT SAVES. IF WARNING MESSAGES POP UP YOU CAN STILL SAVE BUT IF ERROR MESSAGES COME UP YOU TO CORREST ERRORS FIRST.
Peoplecode attached with push button can be associated with which of the following events?
Field edit, field change
It associates with both Field Edit and field Change event
Field Change event
In which peoplecode event does all data validation take place?
fieldedit
Field Edit: validates specific field that has just changed
Save Edit: validates specific field or row of data of all fields on a page that has just changed
All data validation is done in Save Edit. Single field validation is done in Field Edit
In call section – action it is possible to leave the program id with blank value in certain cases?
True
You can have call sections defined in the current program or within external programs, you must first specify the program ID of the program containing the section you intend to call.
The default value is (current). If you leave blank and save the AE then Current Program ID will be defaulted.
The Answer is True, as mainy times you will call section from the same App Engine. in such scenario, the Program Id can be blank.
What happens if you don't specify a search record for a component?
You will not be able to save the component if you don't specify a search record for a component. If there is no search record for the component, still you have to provide INSTALLATION (dummy search record) as a search record.
Search Record Search to views a search page, so without search record we can't save a component
What is component interface, where did you use?
component interface is a peopletool .it is used to expose the peoplesoft application to the outside world like in the form of (c++,java....)
A component interface is a people tool to enable a peoplesoft component for synchronous access from another application (java,c,c++,xml).
It is a temporary buffer. It used to pass the value from one section to another. It used to call the app.eng's section dynamically.
State records are created by app engine program developers. The state records are used to pass vaules from one action to aonther. State records can be considered as temporary storage for online proces...
What are the think time variables ? Where you can use this variables ?
this functions suspend processing either the user taken action or until an external process has run to completion...
What are the important tables in ps-hrms?
PS HRMS is table based system where all common informations are store in a centralized repository. This helps in maintaining integrity and reduce data redundancy.The central tables of PS-HRMS are1) Co...
there are four groups of talbes in PS.1. Installation table(1 for the entire database)2. Permission lists preferences tables()3. Control tables (fourteen)4. Transaction tables (3)
In the url identify portal and component name?
Consider following is the URL:-http://xx.x.x.xx:xxxx/psp/hruat/EMPLOYEE/HRMS/c/Z_SET_QA.Z_SET_QA.GBL?FolderPath PORTAL_ROOT_OBJECT.Z_ARINDAM_TEST.Z_SET_QA_GBL&IsFolder false&IgnoreParamTempl FolderPat...
Consider following is the URL:-http://10.1.0.25:8375/psp/hruat/EMPLOYEE/HRMS/c/Z_SET_QA.Z_SET_QA.GBL?FolderPath=PORTAL_ROOT_OBJECT.Z_ARINDAM_TEST.Z_SET_QA_GBL&IsFolder=false&IgnoreParamTempl=FolderPat...
How many grids can we insert in a single component or page?
Any number of grids can be inserted in a page, as long as they are at the same occurs level.
Where as in a scenario where nested levels exist on a page - grid should be at the last occur level, since grids cannot be inserted into grids or a scroll area into a grid.
Since in a page any number of records can exist at the same occurs level, any number of grids can exist at the same occurs level.
What is the difference between search record and add search record
Search Record: Search Keys and Alternate Search Keys of the Search Record will show up at the Search mode.
Add Search Record: Search Keys of the Add Search Record will show up at the Add mode, when Search Record is not Level 0 record.
Search Record: It is the record which provides search options, basically search record itself also Add Search Record. But in some cases we need to maintain Row level Security at that time w...
b