- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 02:51 AM
Hi,
I have 2 variable sets, if in the first variable set I have selected "Yes" in some variable then another variable set should get read only. Can someone please help me here?
Regards,
Chirag Jain
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 03:00 AM
Hi Chirag Jain,
You can create UI Policy something like below mentioned the image
Regards,
Mahesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 02:55 AM
Hi Chirag Jain,
Give name to variable sets and then try UI policy like if variable 1 is yes then in UI policy action select variable set name and if UI policy doesn't work then write client script specifying name of variable set to be made read only like below.
g_form.setReadOnly('vs_customer_information(name of variable set', true);
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 03:00 AM