
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2020 07:48 AM
Hi Team,
Is there any way to export an excel template for Risk Assessment Designer to be used for creating set of questions? Is there any way to Import a set of questions (an excel file) to Risk Assessment Designer?
Your help will be much appreciated, Thanks in advance!
Solved! Go to Solution.
- Labels:
-
Audit Management
-
Risk Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020 07:44 AM
https://community.servicenow.com/community?id=community_blog&sys_id=356c8cf5db39c450190dfb2439961968

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2020 10:54 AM
I don't think there's a way to do this natively at the moment. The only way to do this is through XML files per the documentation: https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/administer/assessments/task/t_Ex.... I would suggest creating a spreadsheet and then transforming it into an XML file, but that may be a bit overkill if it's only happening a few times.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2020 07:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020 06:29 AM
Hi Jan,
Thank you for your response, I would appreciate if you could provide instructions on how can I achieve your proposed solution so I could try.
Your help is much appreciated, Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020 07:44 AM
https://community.servicenow.com/community?id=community_blog&sys_id=356c8cf5db39c450190dfb2439961968

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020 08:24 AM
Generally when I am importing data into a table, I go to a module that utilizes that table and look at the records in it.
There is a question bank module in both Policy & Compliance and Risk. There is a setting on the tables to flag that the entry is either for Risk or Compliance. I don't know the field name off the top of my head. That will provide you with the fields you need on your import source and how to build your transform map.
On the asmt_metric table (aka the questions) you will may need to link it to the categories via a sys Id. The categories have to be imported first.
If you are not familiar with importing data into ServiceNow, there are several sources to help you learn about that process. One is on the Developers site. I'm not sure if there is anything in Now Learning - but wouldn't be surprised if there was.
Hope this helps.