Compliance workspace: Take assessment UI action unavailable

Nikita Singh1
Tera Contributor

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.

find_real_file.png

1 ACCEPTED SOLUTION

Ahmed Drar
Tera Guru
Tera Guru

Hi Nikita,

 

'Take Assessment' UI action should work for you out of the box. here is ootb UI action configuration 

 

find_real_file.png

Please mark my answer as Correct / Helpful based on the Impact

View solution in original post

2 REPLIES 2

Ahmed Drar
Tera Guru
Tera Guru

Hi Nikita,

 

'Take Assessment' UI action should work for you out of the box. here is ootb UI action configuration 

 

find_real_file.png

Please mark my answer as Correct / Helpful based on the Impact

Sebastien Fix
Giga Guru
Giga Guru

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.