Load a Specific view of a reference from a Specific Table

Sivakumar Meega
Tera Contributor

Hello,

Is there a way to load a Specific View of a table, when user is accessing the corresponding reference field from another table.

for e.g: On Contracts table, when user clicks on "Vendor" reference then from the pop-up window user clicks on "Open Record".

Here we wanted to load "Vendor Risk" view.

we can partially achieve this with "Override View" rule, where we check if the logged in user has "sn_vdr_risk_asmt.vendor_assessor" role. But there might be a problem if user is part of different use cases.

So, I want to check if it possible to load "Vendor Risk" view of Company/Vendor accessing from Contracts table.

 

Thanks,

Siva

1 REPLY 1

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Sivakumar Meega 

Greetings!

The reference pop up opens sys_ref_list or sys_popup. Creating new view as sys_popup might work.

refer below link where same question discussed:

https://www.servicenow.com/community/developer-forum/how-do-i-configure-a-pop-up-view-on-a-reference...

https://www.servicenow.com/community/developer-forum/how-can-i-make-a-view-for-reference-field-refer...

please mark the answer as correct and helpful if helped!

Kind Regards,

Ravi Chandra.