Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
This is a new tool that made drastic changes in PeopleSoft that reduced the customisation of PeopleSoft pages. Using this tool, we can hide the field, change the field value, disable the entry based on the roles, or apply validation based on the fields as well.
This will be highly efficient because it will save time in writing the peoplecode for validation.
Interestingly, there is no use in using the app designer to make the changes.
Let’s make a small demo for this page field configurator.
Let’s consider that we do have two requirements
(Refer the below image to see the requirements.)
First, we need a component name. We can get the component name using a shortcut ( ctrl+shift+J).
Navigation (Main Menu > Enterprise Components > Page and field Configuration)
Make sure you have the correct field name. If it is fluid, then you can use the inspect option to find the correct field name.
Add the component and market as global
Now we need to select the correct field in the page and field configurator
If the component has multiple pages, then we have to select the correct page and the correct field.
After adding the fields, we can now select page and field configuration options like disable entry or hide field. In our requirement, we need to select disable entry and hide the field.
Now we need to select whom the changes need to reflect. For this, you need to navigate to the user list.
If you want the changes to reflect on all of them, then select “All With Excluded Roles and Uses,” and the role name and user ID should be blank.
This is a final change we need to make in page and field configuration, and even after saving the changes, they won’t reflect in Fly. After mapping the portal registry, you need to click “Apply Configuration.”
Now the changes will reflect on the fly. You can see that Time Reporting Code field is being disabled
The Quantity field is hidden
Notes: The changes will only work on page activate event. If you want to make changes in subpage or in the grid then we need go to
Review/ Edit Mapping > page level Event Mapping > select> EOCC_POSTBUILD.
Also if you want to learn about control field and related field then have a look on below link
Click here to learn about the data mover in PeopleSoft.
Thank you. Happy learning.