How do I make my page display only using PeopleCode?
How do I make my page display only using PeopleCode?
In PeopleCode, I make the page. displayonly=true first, then make the fields. enabled=true also tried fields.
How do I make a Peoplesoft page read only?
DisplayOnly = True; This will make the entire page read only. >You can do this through the Object Security.
How do you change a field label in PeopleCode?
You can add a new label by filling in the blank line that always (in my limited experience) appears at the end of the list of labels. You can change which label is “default” by clicking on the Def checkbox in the list. When it’s not the default, you can right click on one you don’t want, and delete it.
How do you make a field required in PeopleCode?
If you are using PeopleCode to perform validation on a field that has to be entered by the user, then use the ShowRequiredFieldCue method in the Field Class. This will display the little asterisk next to the field on the page indicating to the user that the field is required.
How do I change the label on a PeopleSoft search page?
Change the item label for the page in the component. Anil, Open the menu under which you registered the component in AppDesigner and under the menu item group look for a menu item with the name of your component. Double click and change the label and that should do it.
What is duplicate order key in PeopleSoft?
Duplicate order keys are a way of ordering data in the table when duplicate values are allowed. For example, in the EDUCATN table, PeopleSoft developers anticipated that an employee can receive two degrees of the same type on the same date.
What is PeopleSoft page and field configurator?
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 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 query view in PeopleSoft?
Query Viewer is a PeopleSoft end user reporting tool. With Query Viewer you can access preexisting queries or requests for information created by other users. A user who creates queries may place the results in a public file that can be viewed by other users.
How do you hide a field with Field Field Name in Peoplecode?
Page Field Name from Peoplecode to set visible=False. The group-box field name has to be associated with a derived record. field, which also has to be located somewhere (usually hidden) on the page.
What is event mapping in PeopleSoft?
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.