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:58 PM - edited 03-11-2024 12:01 AM
@nameisnani ,please try to write in catalog client script. Don't write in variable set because reuse the variable set it may affect that another catalog item.
This client script only needs to particular catalog item. So, write for that catalog item. I hope u got it what I said.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:03 AM
@Arun_Manoj you are not understanding ,
But i want show short descp and desp , for other choices in the same catalog ,
if i write catalog cilent , it will effect for other fields in the same catalog .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:38 AM - edited 03-11-2024 12:45 AM
In above screenshots , SS1- Where two variable , request category & test.
SS2- Where a variable set test demo contains short description and description.
SS3- two variable in variable set ,short description and description with field properties.
SS4- client script for the catalog to make short description and description make visible for req_category.
Final result will be
i hope above details will helpful you to achieve the task you need. Please mark it as correct and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:34 AM
@nameisnani yes
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:59 AM
So you are saying that exisiting variable set i have to remove from the catalog ?