- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 06:14 AM
Hi All,
I want to bring the UI action 'Take Assessment' on compliance workspace as well. I am able it bring in on assessment form but nothing is happening when i am clicking on that UI action.
I am getting correct log values. But I am not getting way to open the assessment form on compliance workspace.
Code written:
takeAssessment();
function takeAssessment(){
gs.addInfoMessage('sys_id'+current.sys_id+current.metric_type.toString());
var url = 'assessment_take2.do?sysparm_assessable_sysid=' + current.sys_id.toString() + '&sysparm_assessable_type=' + current.metric_type.toString();
gs.addInfoMessage('url in ui action script'+url);
action.setRedirectURL(url);
}
Pls help.
Solved! Go to Solution.
- Labels:
-
Policy and Compliance Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 01:08 PM
Hi Nikita,
'Take Assessment' UI action should work for you out of the box. here is ootb UI action configuration
Please mark my answer as ✅ Correct / Helpful based on the Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 01:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2022 11:05 PM
Taking Attestations in Workspace is not in place OOTB yet; but it was listed on the "Whats new in Rome" slide deck as a known missing feature and coming soon.
This is true to other assessments like VRM Tiering Assessment.
I believe they want that feature to look like the Risk Assessment in Risk Workspace with a super intuitive interface and not just an assessment instance.