- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:27 PM
I have condition(javascript: 'u_full_name=' + curreant.variables.hostname_requested_for.name) in reference qualifier.However I want to other condition like u_chassis=x^ORu_chassis=y^u_lsa_event_duration=10 in the same reference qualifier.How to acheive this?
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Cost Management (ITSM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:34 PM
Hi,
do this
javascript: 'u_full_name=' + curreant.variables.hostname_requested_for.name + '^u_chassis=x^ORu_chassis=y^u_lsa_event_duration=10';
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:34 PM
Hi,
do this
javascript: 'u_full_name=' + curreant.variables.hostname_requested_for.name + '^u_chassis=x^ORu_chassis=y^u_lsa_event_duration=10';
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:42 PM
Hi Ankur,
I tried this but it didn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:58 PM
so what worked for you?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 01:19 AM
Hi..
I have similar doubt... want a query with a combination of user table record and form variable record...is it possible?
primary owner variable has the condition (user_contact_type = employee) and want backup owner as
(user_contact_type = employee and backup owner ! = primary owner)