Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Navigator available commands

Chuck S1
Tera Contributor

Can anyone point me to a list or suggest a list of available "Filter Navigator" commands.xxx and/or best practices.

ie: I seen commands such as

Tablename . list

Stats . do

etc.

 

 

 

8 REPLIES 8

John Czaplicki
Tera Contributor

The link above works for me.  You can also search for "navigate directly to a table" in the product documentation to find the page directly......but below is what is says.

It's helpful, but not 100% complete.  For example ".filter" is not mentioned.  I have not been able to find a complete list documented.

Command Behavior
<table name>.list Opens the list view of the table in the same window or tab.
<table name>.LIST Opens the list view of the table in a new window or tab.
<table name>.form or <table name>.do Opens the form view of the table in the same window or tab.
<table name>.FORM Opens the form view of the table in a new window or tab.
<table name>.config Opens the configuration view [personalize_all.do] of the table in the same window or tab.
<table name>.CONFIG Opens the configuration view [personalize_all.do] of the table in a new window or tab

Community Alums
Not applicable

There is also
<table name>.filter 
which open the table directly in the filter view without showing records.
Good to have if you have a table with a lot of records, that you want to filter first

gmihajlov
Tera Guru

A list of all commands available for the navigation filter in the All application menu can be found on:

https://docs.servicenow.com/bundle/washingtondc-platform-user-interface/page/administer/navigation-a...

ChristianFX
Tera Contributor