Advanced reference qualifier based on Company
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2018 12:07 PM
Hi,
We are trying to filter using a reference qualifier CI's that belong to the company that the incident is opened by.
This is working using " javascript:'company='+current.company "
However, we want to add another qualifier where 'current.company.vendor!=true' - to not restrict the CI's if the company that the incident is opened by is a Vendor.
How can we achieve this easily? I tried with the below but could not get it to work.
javascript:if(company.vendor!=true^EQ){'company='+current.company}
Thanks
Alex
Labels:
- Labels:
-
User Experience and Design
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 01:12 AM
Hi,
Try using the following:
javascript:'company='+current.company+'^company.vendor=false';
Hope this helps.
Thanks,
Archana