Hide Sections on Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 05:55 AM
Hi All,
using g_form.setSectionDisplay(sectionName, isVisible) is not hiding sections in service portal.
Dose any one know solution for this issue?
I am working on Helsinki.
Thanks,
sajan
- 4,750 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2018 02:39 PM
Thanks for confirming here, nthumma! It looks like the release notes promise the same: Kingston Patch 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2018 08:00 AM
Hi Mike,
I am trying following on normal form and it doesn't seem to work. Does it work on normal forms as well.
//alert('sections ' + sections[1].id); I can see the id here but no hiding.
function onLoad() {
//Type appropriate comment here, and begin script below
//alert('calling hide ' + g_form.getSections());
var sections = g_form.getSections();
//alert('sections ' + sections[1].id);
g_form.setSectionDisplay(sections[1], false);
g_form.setSectionDisplay(sections[2], false);
g_form.setSectionDisplay(sections[3], false);
g_form.setSectionDisplay(sections[4], false);
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2018 09:30 AM
I'm also looking for a solution for the portal. Any tips?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 12:33 AM
This issue has been fixed in Kingston latest patch.
Thanks all for your time and replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 05:39 PM
I just tested this in London and it still doesn't seem to be working. I just created an Incident on HI and tagged you @jesseadams.