hide global option from region variable lookup selet box when le group is data privacy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2024 12:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 02:38 AM
@Community Alums
Please change field names and values accordingly.
The query will be as per your requirement, Which records you want to show if group is not
javascript: if (current.variables.u_le_groups_1== 'group value') "name!=Global";else "active=true";
syntax :
javascript: if (current.variables.fieldname== 'fieldvalue') "add your query";else "add else query";
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 02:55 AM
There is an issue in community portal so colon is showing wrong
Refer below screenshot for javascaript: syntax
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 03:17 AM - edited ‎10-15-2024 03:18 AM
@Community Alums - You have to change the field/variable names in Refernce qualifier accordingly.
As per your screenshot, This is the variable name
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 03:20 AM
javascript:if (current.variables.le_group== '3a773f22976c8e50028cfa871153af6d') "name!=global";else"";
I used this qualifier you mentioned.Issue still persists.