How to change group box label by PeopleCode

Change group box label using PeopleCode

You can change the group box label by PeopleCode.

GetPageField(%Page, “YOURGROUPBOXFIELDNAME”).Label = “Label your grid”;

The above coding has many advantages: Can increase the number of characters more than the system specified on the group box on page PeopleSoft.

 

Posted in Peoplecode.