How do you create a field in PeopleSoft?
To create a new field definition:
- Click the New button on the PeopleSoft Application Designer toolbar. The New dialog box appears.
- Select Field.
- Click OK. A new character field opens in the definition workspace area.
- 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?
- Create one field EDITTABLE, put that into the page where you are going to.
- Put the field EDITTABLE into derived/work record DERIVED.
- in the record field property of your prompt table field set prompt table as.
- 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.
- Go to page fields properties.
- Select tab ‘Label’
- Select Text Radio and enter column label.