- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2015 01:33 PM
I thought this would be really simple, but I can't seem to find out how to do it. First of all, I don't want there to be a reference qualifier (so that there are no restrictions to what records can be placed in the reference field. Then when the user clicks the reference lookup decoration (spyglass icon), they get a filtered list in the pop-up. But they can change the filter, or remove it and set a completely different filter that can include records excluded by the initial filter.
Here is a screen-shot showing what I want to happen when they click the spyglass (notice the breadcrumbs are there and are blue [so they are changeable, for example if the record they want isn't in the list, they could get rid of the Active=true]):
Any ideas of how to set an initial filter for the reference lookup that is then user changeable?
Thanks for the help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2015 11:14 PM
Hi Reed, the following post will help you out to accomplish this:
https://community.servicenow.com/people/MB/blog/2011/03/09/2475
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2015 08:21 AM
Thanks Berny. That is what I was looking for!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2015 03:11 AM
Hi,
I am working on Fuji instance and I want the filter which will get CI on the Change Record belonging to "A" Company along with this they can modify filter to select B or C too.
I do not want any icon near my CI field.
I have used the two lines of code given at the beginning of MB block having my own URL in Script include and called it in Attribute field of CI, but this functionality does not work.
What should be the right way to build this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2015 03:15 AM
- var url = '/cmdb_ci_list.do?sysparm_query=manufacturer%3Daa0a6df8c611227601cd2ed45989e0ac';
- popupOpenStandard(url, "lookup");
here is the code which I am using in client script.