- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 07:37 AM
Hi All,
I want to hide few business services BE Bigdata APC, BE Bigdata PQE, Big Data, BE Bigdata BI&AI&Dashboard at Incident creation. How to achieve this using client scripts or ui policies.?
Thanks in advance
Nikhitha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 09:22 PM
Hello @nikhithanik
If you observe carefully your reference qualifier has some mistake it should be as below:
//your code
javascript:'u_type='+current.u_business_service_type+'^u_active='+true+'sys_idNOT IN'+gs.getProperty("Business_services_to_exclude");
//correct code
javascript:'u_type='+current.u_business_service_type+'^u_active=true^sys_idNOT IN'+gs.getProperty("Business_services_to_exclude");
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 09:22 PM
Hello @nikhithanik
If you observe carefully your reference qualifier has some mistake it should be as below:
//your code
javascript:'u_type='+current.u_business_service_type+'^u_active='+true+'sys_idNOT IN'+gs.getProperty("Business_services_to_exclude");
//correct code
javascript:'u_type='+current.u_business_service_type+'^u_active=true^sys_idNOT IN'+gs.getProperty("Business_services_to_exclude");
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 07:15 AM
Hi Viraj,
Thank you so much for your clear and detailed explanation! It worked perfectly! and i truly appreciate your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 10:23 AM