How can you use Catalog Client Scripts against container variables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 12:07 PM
I wanted to build an onChange Catalog Client Script which would fire off a script whenever changes to questions within the container were made.
I've manipulated every question within the container and I cannot see how the onChange part is triggered for a container.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 01:54 PM
What do you mean by container? Are you referring to a variable set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 05:57 AM
Hi @Brian Lancaster,
I'm referring to the literal container that you can use within Catalog Builder. When creating a Catalog Client Script the container is a variable option when creating an onChange.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 08:15 AM
All variables show up as available in an onChange client script. However since a container does not change you cannot use it. You have to use the client script against the variable that is changing.