Vous êtes sur la page 1sur 3

1.what are the three parts of application designer?

ans:

1.project workspace
2.object workspace
3.output window
2.what are the types of records?

SQL Table: Table is stored in the back end. Used to hold application data. JOB
SQL View: Join of multiple tables and fetches data from various tables in the
database. View will have select query definition behind it NAMES_VW
Temporary Table: This is used only in Application Engine. This needs to be
built.
Dynamic View: This is a view which is used in PeopleCode and AE generally. It
is not built
Query View: This view is built based on Queries built in Query Manager. This is
not built
Derived/Work Record: This is list of temporary fields and it is not built.
DERIVED_HR
Sub record: This is list of set of fields which are commonly used in the
application. ADDRESS_SBR

3.what are the types of pages?

Standard page: Main page type for creating PeopleSoft online pages.
Secondary Page: Part of page to accommodate additional information. We can see
this as link/button in the main page
Sub Page: Used to hold sub record fields. Main record fields can not be placed
in this page. Also sub page need to be included in main pages.
4.what is difference between SQL Table and SQL View?

SQL Table: Table is stored in the back end. Used to hold application data. JOB
SQL View: Join of multiple tables and fetches data from various tables in the
database. View will have select query definition behind it NAMES_VW

5.what are the record displays?.explain what see on display?

field diplay
edit display
use display
people code display
6.what are the data types allowed for a field?

Character (Char)
Long Character (Long)
Number (Nbr)
Signed Number (Sign)
Date (Date)
Time (Time)
DateTime (DtTm)
Image (Img)
ImageReference (Iref)
Attachment (Att)

7.what is the length of the long name and short name field?

length of the long name field is 30.


length of the short name field is 10
8.how is translated field differs from regular field?
we can mention the translate values at the property level
and we can mention the regular field values at the setup page level
A field can hold translate values only if it is chard in data type and length
not greater than 4.

9.what is record level field level audit?


We have field level audit and record level audit.
The structure of the table in record level audit is: AUDIT_OPRID,
AUDIT_STAMP, AUDIT_ACTN, AUDIT_RECNAME and can add fields from record.
Record level audit is
10.what is the meaning of system maintained ?
system maintained is a property at record level
___________________________________________________________________________________
___________________________________________________________________
1. What are the steps for running SQR process schedular?

We can do it in 2 ways

Create a process first with same name as SQR. Give the component name in the
process, where we need to run the program. We can ren through sample page request
in process schedular.
Create a page for passing run control id and then run the proran using this
page. Create Run control Record Operator id and Run_cntl_id must be made keys. Add
people code in Rowinit of operator id to initialize OPRID=%OperatorId
Build the page and Register the component Include PRCSRUNCNTL_SBP in the
page to get the page.

2.What is the meaning of reasonable date?

If you want the system to test the field value to determine whether it is
within 30days of the current date. If the date is our of range a warning message
appers when the user exists the field

3.what is difference between search key and alternative search key?

search Keys: When you specify a search key the field will be available in the
basic search page. A Search key is valid only for keys and should be used only on
search records.
Alternate Search Key: alternate search key identifies the field as a key that
provides an alternate key into table date.

4.A component is registered in two folder is same USA,CAN can be restrict search
process by company if show how?

This page is used in both US and CAN folders. But while US folder is accessed;
only US employees will be accessible. Similarly while CAN folder is accessed; only
CA employees will be accessible.
This is possible to be implemented by having only one component but by providing
different search record in Menu of US and CAN Payrolls. Menu Item has option to
choose Override Search Record.

5.what is the difference between display controle field and related display
controle field?
Display control field: It is controlling the field in some other record.
Related display control field: display control field controls it.

6.Can you setup the page without search record?


The search keys are available (available in any page in that component).

7.Describe how we link/show a new user id to a new page?


Peopletools-> Security-> Userprofiles
we can create username and password in userprofile to show the new page link.

8.Where do you write SQR's?


We can Write SQR's code in notepad.

9.Where can you place subrecord fields?


we can insert the sub field records Standard page,sub page,grid.

10.Where do you define field formats?


The field format in the Format Type,Family,Display Name.
Select a format type. Uppercase forces all data into upper case characters.

11.How you can change the date format by user requierment?


changes a date field from 'YYYY-MM-DD' to 'MONTH DD, YYYY'.

Vous aimerez peut-être aussi