Menu Close

How do you create a field in PeopleSoft?

How do you create a field in PeopleSoft?

To create a new field definition:

  1. Click the New button on the PeopleSoft Application Designer toolbar. The New dialog box appears.
  2. Select Field.
  3. Click OK. A new character field opens in the definition workspace area.
  4. Select one of the following field types from the Field Type drop-down list box. Note.

How do I create a SubRecord in PeopleSoft?

You create and configure a subrecord as you do any record definition; however, you do not build subrecords because they are PeopleSoft structures, not standalone database structures. Select Insert, SubRecord to search, select, and insert subrecords into a record.

What are fields in PeopleSoft?

Fields are the basic building blocks in your PeopleSoft system; in database terms, they represent columns in a table or view. Field definitions are stand-alone development definitions, defined in PeopleSoft Application Designer, and can be shared across multiple record definitions.

How do I create a dynamic view in PeopleSoft?

  1. Create one field EDITTABLE, put that into the page where you are going to.
  2. Put the field EDITTABLE into derived/work record DERIVED.
  3. in the record field property of your prompt table field set prompt table as.
  4. Create a dynamic view contains the fields you want for your prompt table,

What is a rowset in PeopleSoft?

In an Application Engine program, a rowset object is the equivalent of a record object that contains one row and a single record, that is, the State Record. PeopleSoft suggests using the Record object instead of a rowset object to obtain access to the State Record.

What is Page and Field configurator in PeopleSoft?

The Page and Field Configurator is a configurable framework built upon PeopleTools Event Mapping that provides the ability to modify labels, hide fields, disable fields for data entry, specify a default value for a field, select a field for enforcing required edits or even hide an entire page without the use of …

How do I change a field label in PeopleSoft?

I’m having problems changing the label of a column on a PeopleSoft grid….If you want to change label only you can do same without writing code.

  1. Go to page fields properties.
  2. Select tab ‘Label’
  3. Select Text Radio and enter column label.