Hide checkboxes based on two selectbox variables
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 02:58 AM
Hi,
I have a requirement where if variable 1 value is None and variable 2 value is None then the checkboxes shouldn't be seen onLoad.
I have written the catalog client script, but i couldn't hide the checkboxes. Kindly help.
Regards
Suman P.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 03:48 AM
HI @Community Alums ,
I trust you are doing great.
try using ! gs.nil ('environment') && ! gs.nil ('request_type') {
}
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi