Hiding Select Box Items On Service Catalog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 04:29 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 04:37 AM
Hello @Walter Toney
You need to write a onLoad() Catalog Client Script :-
function onLoad(){
g_form.setVisible('field_name',false);
}
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 05:16 AM
If im hiding the hold Variable that is correct but im asking about hiding a choice in a Varaible based on another Variables Selection