How to configure columns what is shown in 360 view?

Miikka_M
Tera Guru

Hi, 

I try to configure what columns are shown in Risk Workspace 360 view.  

Näyttökuva 2023-12-05 130238.png

I tried to configure from "Configure 360 views", but couldn't find options how to configure these columns which are marked in yellow in picture. 

Does anyone remember / know where these are configured?

 

And I don't mean personalizing these columns which can obviously be do from the coqwheel icon 🙂


Best, 
Miikka

2 ACCEPTED SOLUTIONS

Community Alums
Not applicable

Hi @Miikka_M ,

The first step in setting up your data registry is to register the relationships you want displayed in the 360° Relationship Visualization.

Before you begin

Role required: Data registry administrator

Navigate to 360º View Configurations > Relationship Registries.

Also, Please follow the steps mentioned :  https://docs.servicenow.com/bundle/vancouver-governance-risk-compliance/page/product/grc-360-degree-...

 

 

View solution in original post

Naveen Kumar4
ServiceNow Employee
ServiceNow Employee

Hi @Miikka_M ,

 

This is the relationship registry configuration for risk statement to risk framework relationship.

 

instance/now/nav/ui/classic/params/target/sn_data_registry_relationship.do%3Fsys_id%3D3ad6baee77113010e723b23dbd5a991a%26sysparm_view%3D

 

Relationship table on above URL is sn_grc_document. It means we pick the workspace view of related list[if available] else we will pick the list workspace view of sn_grc_document table.

 

To change the columns on above image change the workspace view list layout on below link

,<instance>/sn_grc_document_list.do.

 

Mark it as correct answer if it helps you.

 

Thanks,

Naveen

View solution in original post

7 REPLIES 7

Thanks! I chose Workspace view in that and chose data from slushbucket. That affected to Risk workspace 360 view columns.

By the way I didn't see all the columns what are available in Risk Workspace list view of Risk Statements in that slushbucket. Do you might happen to know how to add them to those 360 view columns?

So is it possible to add those same columns from risk statements to that 360 view columns?

Näyttökuva 2023-12-05 145104.png



In here I cant see for example Framework column, which is shown in Risk statements columns in Risk Workspace

Näyttökuva 2023-12-05 144909.png

HI @Miikka_M ,

 

Slushbucket you have opened sn_grc_document table which is parent of risk framework. you won't be able to choose risk statement columns because risk frame work and risk statement has one many[related list] relationship.

 

Thanks,

Naveen

 

Thank you for your knowledge!