variable set fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2024 10:37 PM
Hi Team ,
Need help ,
The ' Short description ' and ' Description ' , are coming from variable Set .
And I want to make this variables not visible , when ever the [ Request category = production access to scdass ]
Please provide me Client Script .
NOTE - Please give Cilent Script only instead of UI plocy . Why because there are some confusion's in UI Plociy .
Please give Cilent script :
When ever user selects " Request category = production access to scdass " >>>> short desp and desp , has to be not visible .
Please give Cilent script :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2024 11:53 PM - edited 03-10-2024 11:54 PM
Please correct me if i wrong , the above Cilent Script i have to write on catalog item only right ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:15 AM
Hi @nameisnani
Variable Set to create Client Script.
if(g_form.getUniqueValue() == 'Your Catalog Item SysId Here'){
Your Catalog Item SysId Here add your item sys id.
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2024 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2024 11:54 PM
@nameisnani , yes this will work, I tried.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2024 11:56 PM