Open a record in specific view

chanikya
Tera Guru

Hi, 

Some one help me , how to do this.

From List type report, if we click on record number to open then can we open that record in specific form view ??? . this should happen only when we try to open record from Report.???

 

find_real_file.png

5 REPLIES 5

sachin_namjoshi
Kilo Patron
Kilo Patron

This is available with on-click behavior of report

 

https://docs.servicenow.com/bundle/orlando-performance-analytics-and-reporting/page/use/reporting/ta...

 

Regards,

Sachin

 

i created List type report and try to click on 

  1. Click the Show report structure icon (Show report structure).
  2. Click the link icon (Link icon.

showing link below, not giving any link. 

any help you can provide?

find_real_file.png

 

 

i have one thought , can we create string field on form and give that View URL

so when we click on field from Report that will open in view.

how need help on how to build url.

DirkRedeker
Mega Sage

Hi

The only way that I repeatedly achieved to pre-define the view used to show in List and Forms from an Application Module, is what is shown in the Screenshot below:

i did not have success to select the view by the View field, but by using the "Arguments" field (see marked in the screenshot below).

find_real_file.png

Note: This sets the user-preference for the View on the given table to the views defined.

The screenshot has TWO yellow marked values. Replace the, with the name of your View.

This does just show the URL parameters used to proceed on the link, explained by @sachin.namjoshi 

Make sure, to construct the Link as the one resulting from the above's Module definition.

Always try out in sub-production first.

 

Let me know if that answers your question and mark my question as correct and helpful

BR

Dirk

 

 

i don't want to create any module

 

i have one thought , can we create string field on form and give that View URL

so when we click on field from Report that will open in view.

how need help on how to build url.