Preferences Section on Project form is Visible after creating UI policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:35 AM
On the project form I have Created UI policy with following script
g_form.setDisplaySection('score');
g_form.setDisplaySection('business_case');
g_form.setDisplaySection('preferences');
With help of this UI policy Score and Business case section got hidden but not the Preferences section.
why?
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:38 AM
Hello @saurabha_upare
Try with complete syntax mentioned below.
g_form.setSectionDisplay('<section_name>', false);
Hope this helps you. Please mark it as helpful and accept the answer it it works for you.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 04:29 AM
Hi I have the below script in place and yet it does not work in my client as well as pdi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 04:30 AM
@saurabha_upare @Simran Gadodiya - Any inputs?