how to interpret URL so that I can understand the reference field behaviors

major li
Tera Contributor

Dear developers,

I am trying to interpret the following URL, which is from the navigator when I am trying to find a name in reference field on [rm_story] form, referencing to table [sys_user] (please refer to attached picture for better explanation): 

https://dev52763.service-now.com/sys_user_list.do?sysparm_target=rm_story.assigned_to&sysparm_target...

 

I am aware that sysparm means to pass variable to Script Include to execute and retrieve results from backend. However, not all variables can be found in table [sys_dictionary]. Is there a method to know how is the [sys_user] filtered in the [rm_story] form?

 

Thank you all in advance.

1 REPLY 1

Hasan6
ServiceNow Employee
ServiceNow Employee

Hi Major Li,

I tested this link in my pdi, and there are no effects of the parameter on the list coming up. Basically the link is the same as

https://dev52763.service-now.com/sys_user_list.do

Do confirm though if you are seeing the same results when you are loading both links.

Best

Hasan