What is DoModal in PeopleCode?

What is DoModal in PeopleCode?

Domodal function: The DoModal function displays a secondary page. Secondary pages are modal, meaning that the user must dismiss the secondary page before continuing work in the page from which the secondary page was called.

What is subpage in PeopleSoft?

Sub page is generally used for reuse; i.e. you have the same 4 fields. appearing the same way on several different pages. Then you’d use a. subpage with those fields and include the subpage in all those pages. Secondary page is used mostly as a pop-up type page to show additional.

Where does PeopleCode get stored?

All PeopleSoft objects are stored in Database records.

How do you make a pop up in Peoplesoft?

To define pop-up pages:

  1. Select File > New and select Page from the New Definition dialog box.
  2. Insert the record fields on the pop-up page.
  3. Right-click the page and select Page Properties to open the Page Properties dialog box.
  4. Select the Use tab.
  5. Select Popup Page from the drop-down list box in the Page Type group box.

What table is PeopleCode stored?

PSPCMPROG
Most techies who’ve looked under the covers will be aware of PSPCMPROG. It’s the underlying table where PeopleCode is storeed.

What is field in PeopleSoft?

Fields are the basic building blocks in your PeopleSoft system; in database terms, they represent columns in a table or view. Each field definition includes attributes, such as data type, field name, long name, short name, field length, and various formatting values.

How do you hide field labels in Peoplecode?

Set Group Box Properties On the “Label” tab, check the box for “Adjust Layout for Hidden Fields”. On the “Use” tab, check the box for “Hide all Fields when Group Box Hidden”.

What are PeopleSoft tables?

PeopleTools tables are the tables in your PeopleSoft environment that store PeopleTools meta-data – data about the underlying development platform for your environment. So this includes things like fields, records, pages, components, menus, and portal structures.

What are the built in functions in PeopleCode?

The PeopleCode built-In functions and language constructs beginning with the letter T are listed in alphabetical order within this topic. Use the Tan function to calculate the tangent of the given angle (opposite / adjacent). A value in radians.

When to use the convert time function in PeopleCode?

This function should generally be used in PeopleCode, not for displaying time. If you take a time value, convert it from base time to client time, then try to display this time, depending on the user settings, when the time is displayed the system might try to do a second conversion on an already converted time.

How is the totalrowcount function used in PeopleCode?

Use the TotalRowCount function to calculate the number of rows (including rows marked as deleted) in a specified scroll area of a page. Note: This function remains for backward compatibility only.

What is the number that skips saveedit PeopleCode?

A number value that determines whether the secondary page data is copied back to the parent page. A positive value runs SaveEdit PeopleCode and copies the data (this is the same as clicking the OK button). A value of zero skips SaveEdit and discards buffer changes made in the secondary page (this is the same as clicking the Cancel button).