- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2016 10:36 PM
I have a record producer has 6 container . I'm able to collapse all the container when catalog onLoad with the below script.
Catalog Client script
OnLoad
setCollapseAllIcons('collapse', '');
expandCollapseAllSets(false);
BUT user wants to expand the first container alone when the catalog onLoad other container needs to be collapse.
I tried with togglevariablecontainer() and toggleSectionDisplay('sys_id'); NOT working.
Any help??
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 12:30 AM
expandCollapseAllSets(false);
toggleVariableSet('3c9975a10f3ed200781ccf8ce1050e05'); //replace with the sys id of the first container variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2016 06:29 PM
Any Idea on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 12:08 AM
Any help on this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 12:30 AM
expandCollapseAllSets(false);
toggleVariableSet('3c9975a10f3ed200781ccf8ce1050e05'); //replace with the sys id of the first container variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 02:15 AM
Great to see the result ..Awesome Kalai. Struggling for some days.
Worked like a treat:)