Collapsible Group Box in Peoplesoft Pages

Hello,

With using collapsible Group boxes you can minimize all fields and free up space in your pages. If your page has lots of field and you can make it understandable. Before use it, you should decide to where you want to use Collapsible Group Boxes.

In your page;

  • Add a new group box which include your fields that you want to hide or show all of them.
  • Double click head of group box and open Group Box Properties.
  • Give a name for group box's label in Label tab.

  • Go to Use tab and choose Hide all Fields when Expanded State and Collapsible Data Area.
  • Choose Label images for time to collapse and expand. 
  • It's optional but I do not select Default Initial View to Expand State check box. 
If you use more than two collapsible group box, you may have trouble with showing and hiding second group box. If you have problem like that, check your field level in order tab in app designer. 

If you make sure you can use both of them group box in your page and during the time you select group box to show and you see space between two group box, follow below steps;

  • Double click group box and go to Record tab and fill Record name and Field name. 
  • Go to general tab and enter page field name as your record's field name.
  • Open that field's peoplecode window and rowinit event and use below code;
IMPRT_GRADE_WRK.GROUP_BOX1.DataAreaCollapsed = True;


That's all. Check your page and see it works. 

Loves,




Comments

Popular posts from this blog

PostgreSQL High Availability - Patroni 2

PostgreSQL Foreign Data Wrappers

PostgreSQL High Availability - Patroni 1