- 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
‎08-06-2020 01:22 PM
Sounds great, but for the uninitiated,
What is this script associated with? Order guide? Catalog item in order guide? Something else?
Where does one find the container sys id? Is this the sys id of the cat item?
-e-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2016 04:38 AM
Hi Teju,
I just tested this, following is the function.
For Geneva and higher versions we can use toggleVariableContainer('sys_id of container');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2016 12:27 PM
Thank you! I have it working now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2018 01:40 AM
After years I had to come back to my own answer and use it 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2018 08:41 AM