Menu Close

What is stand alone rowset?

What is stand alone rowset?

In PeopleCode a standalone rowset is an independent rowset object not associated with the component buffer. They allow you to work with data outside of the buffer by getting whatever additional data you need form the database.

What is PeopleSoft event mapping?

What is Event Mapping? PeopleSoft Event Mapping is a tool to add custom code to delivered components, pages, records, and fields without modifying any delivered objects. This tool removes or greatly diminishes the impact and cost of customizations when implementing new PUM images.

What is the difference between PreBuild and PostBuild in PeopleSoft?

The main difference really is that PreBuild fires before any peoplecode code event on all the rows and fields in the component such as FieldDefault and RowInit. PostBuild runs after that. The flowchart showing sequence of events are all on your PeopleBook – PeopleCode Developer’s Guide. Check it out for more details.

How do you populate a grid in PeopleSoft?

The grid is placed on level 1 of a secondary page and is populated using Peoplecode written in the Activate event of the secondary page. We use the SQL object &VCHRS_GRD_SQL to fetch some Voucher IDs and Vendor IDs from the database and populate the grid with these values.

Do models PeopleSoft?

DoModal. You can call a secondary page as a push button/hyperlink or you can use the DoModal PeopleCode function. End-If; If using the Peoplecode DoModal function, you need to add a “Secondary Page Control” on the primary (i.e. calling) page, otherwise the OK button won’t return you to the primary page.

How do you use event mapping in PeopleSoft?

PeopleSoft Event Mapping Navigation:

  1. Write application class PeopleCode. Give the Application Package a name.
  2. Define an App Class Related Content Service.
  3. Find Portal Registry Navigation Path to the Target Component.
  4. Create an Event Map to tie the Related Content Service to the component-level PeopleCode event.