Inserting Fields into Records and onto Pages
To perform bulk insertions by using PeopleSoft Application Designer, select
This operation is a combination of inserting fields into records and inserting record fields onto pages. The system examines each record to see if a model field exists. If so, it inserts the source field (including all field properties, PeopleCode, and SQL additions to itself and parent records) after the model field. Then, for each record, the system checks all pages to see if the new record field should be inserted.
If the system detects a questionable field position, it inserts the page into a project called BLK_<SOURCEFIELDNAME> and displays a status message. Examine that project after the operation completes.
| Field or Control | Description |
|---|---|
|
Get Records and Pages from Project |
Specify the project containing the records and pages to modify. |