Secondary Page
- No save button either.
- Level 0 and stuff not required.
- Page title at the top of the page.
- Secondary page gets activated by either a push button or a hyperlink.
- It takes the level key fields by the placement of the push button.
Here's my findings and experience with PeopleSoft/PeopleTools which I gained working as an application engineer for PeopleSoft Campus Solutions.
Top few rows from a table, following will select
first 301 rows from a table.
SELECT
DISTINCT TOP 301 RUN_CNTL_ID,
LANGUAGE_CD
FROM
PS_PRCSRUNCNTL
WHERE
OPRID='PS'
AND
UPPER(RUN_CNTL_ID)
LIKE UPPER('%act')
Escape characters used in data. Select * From STUDENTS Where STU_NAME Like '%\_%' Escape '\'
Select
ID, FIRST_NAME, LAST_NAME, NVL(PHONE, 'Unknown Phone Number') As Phone From CUSTOMER