- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 03:05 AM - edited 12-05-2023 03:07 AM
Hi,
I try to configure what columns are shown in Risk Workspace 360 view.
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:14 AM
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-...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:54 AM
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?
In here I cant see for example Framework column, which is shown in Risk statements columns in Risk Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:57 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 05:02 AM
Thank you for your knowledge!