- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 11:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2015 12:15 AM
okay,
use this
toggleSectionDisplay('sys_id of the section');
You can get the sys_id of the section either by right clicking on the form and view source/inspect element or go to forms sections , find your section and get the sys_id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 11:42 PM
Hi Umer,
Use these in the client script
g_tabs2Sections.deactivate(); //Deactivate form tabs
g_tabs2Sections.activate(); //Activate form tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 11:44 PM
Hi Anurang,
Thanks for the reply, but I want to collapse/expand a specific section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2015 11:48 PM
This method I believe is used for activate/deactivate a section to tab form but I want to collapse/expand a section with help of script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2015 12:15 AM
okay,
use this
toggleSectionDisplay('sys_id of the section');
You can get the sys_id of the section either by right clicking on the form and view source/inspect element or go to forms sections , find your section and get the sys_id.