Skip to content

Commit 28166db

Browse files
authored
Update readme.md
1 parent d3d819b commit 28166db

File tree

1 file changed

+6
-0
lines changed
  • Specialized Areas/Browser Bookmarklets/Load List with Query

1 file changed

+6
-0
lines changed

Specialized Areas/Browser Bookmarklets/Load List with Query/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ The Workaround:
1717
By adding a sysparm_query to the URL, the list will be filtered appropriately. The above encoded query resolves like this when added to the end of a URL:
1818
https://instancename.service-now.com/now/nav/ui/classic/params/target/sc_request_list.do%3Fsysparm_query%3Du_addressLIKEmain%2520st
1919

20+
Where sc_rquest is the table name
21+
u_address is the field name to query on
22+
and the rest is the encoded query
23+
2024
When doing this, you will see the correct filter reflected in the breadcrumb, but here is the best part - now when you expand the filter via the funnel icon, 'contains' is a valid operator, so you can change the text/value to whatever else you are looking for!
2125
While this is a simple example, passing in a complex encoded query with ANDs and ORs will also work to filter the records and update the filter where building the filter manually is limited.
26+
27+
This bookmarklet is formatted to open a new tab when logged into an instance.

0 commit comments

Comments
 (0)