Creating the Test Record and Page
This section discusses how to use PeopleSoft Application Designer to:
-
Create a test record.
-
Create a test page.
Creating the Test Record
You must create a work record that will be used on the Test Page.
Create a new record:
-
Insert the character field TEST into the record.
-
Select Derived/Work as the Record Type.
-
Save the record as EXAMPLE_WORKREC.
Creating the Test Page
You must create a test page. This page will be used in some of the target connector examples.
Create a new page with a single push button on it:
-
Create the page.
-
Add a push button with the following properties:
Property Value Destination
PeopleCode Command
RecordName
EXAMPLE_WORKREC
Field Name
TEST
-
Re-size the button and label it Test target connector.
-
Save the page as EXAMPLE_PAGE.
-
Add the page to a component. This may be an existing component or a new one. Ensure that the security settings for the component allow the new page to be accessed.