Instantly display dependent variable in MRVS via Catalog Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a catalog client script on an MRVS that shows or hides Variable B depending on whether Variable A has a value.
In the Service Portal, when a user starts typing in Variable A, Variable B doesn’t appear immediately—the user has to click outside the input box before the change is reflected.
Is there a way to make Variable B display instantly while the user is typing? Perhaps by using a real-time listener?
Thanks in advance for the help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
On change catalog client script work that way. It will be triggered only after the variable is updated and focus is changed. You may need to create custom variable if you want to reach for each key press
Thank you,
Palani
Palani