How to add query in existing query in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 10:24 AM
I have below query available in portal simple list filter.
active=true^EQ^ORDERBYDESCsys_updated_on
Now i want to add the below mentioned logical context in existing query.
"AND" contact_type "IN" current.account.u_case_view_restriction
for getting some results.
Appreciate the responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 11:08 AM
You'll need to include it using the ^ syntax for query building. Here's the modified query:
contact_typeINcurrent.account.u_case_view_restriction^active=true^EQ^ORDERBYDESCsys_updated_on
If you found this helpful, a 'like' is the secret handshake of appreciation!
-Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 03:57 AM
Thank you Prasad, i have tried but not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 04:06 AM
Hi @Patiljuned ,
active=true^EQ^ORDERBYDESCsys_updated_on^AND^contact_typeINcurrent.account.u_case_view_restrictionThanks,
Anand
