logo

NJP

98. Easy Navigation

Import · Jun 08, 2024 · article

Did you know that you can easily navigate through the platform with the following shortcuts?

.list (e.g. sc_req_item.list)

redirects you to the table’s list view in the current tab

.LIST (e.g. sc_req_item.LIST)

redirects you to the table’s list view in a new tab

.filter (e.g. sc_req_item.filter)

redirects you to the table’s list view with an empty filter in the current tab

.FILTER (e.g. sc_req_item.FILTER)

redirects you to the table’s list view with an empty filter in a new tab

.form (e.g. sc_req_item.form)

redirects you to the table’s new record form in the current tab

.FORM (e.g. sc_req_item.FORM)

redirects you to the table’s new record form in a new tab

.config (e.g. sc_req_item.config)

redirects you to the table’s configuration options in the current tab

.CONFIG (e.g. sc_req_item.CONFIG)

redirects you to the table’s configuration options in a new tab

View original source

https://medium.com/@LearnITbyPrashant/98-easy-navigation-821eff2b39b0?source=rss-d005fc598f0a------2