Hiding Global value under region variable only when LE group is data privacy
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 10:20 PM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 10:36 PM - edited 10-15-2024 10:40 PM
Hello @Community Alums ,
In the reference qualifier condition , try using sys_id of group instead of group name
javascript : current.variables.le_group==<sys_id of group>^u_region!=Global^active=true;
And if region is also reference field then you need to give sys_id there as well.
Check if this works.
Thanks,
Valmik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 10:50 PM
Hi,
Le group is select box variable & region is look up select box varible.