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:

  1. Insert the character field TEST into the record.

  2. Select Derived/Work as the Record Type.

  3. 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:

  1. Create the page.

  2. Add a push button with the following properties:

    Property Value

    Destination

    PeopleCode Command

    RecordName

    EXAMPLE_WORKREC

    Field Name

    TEST

  3. Re-size the button and label it Test target connector.

  4. Save the page as EXAMPLE_PAGE.

  5. 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.