How to enable Risk Assessment UI action in Agent Workspace

George Mathew
Tera Contributor

How to make the Change Risk Assessment related link to be available in Agent Workspace.

I have enabled the workspace button checkbox in the UI action and its showing in Agent Workspace. But when clicking on it nothing happens. Please help.

 

9 REPLIES 9

Hi @Todor Apostolov ,
Even I am trying to achieve the same, Please let me know if you were able to achieve this 

Thank you 
Regards,
Prajwal

Hi @pgvaishnav we are also stuck at same place. Can you please help us on same

 

Hi @Pooja P ,
I created a Business Rule that triggers when the risk value is updated and reloads the browser accordingly.
Thank you 
Prajwal

Hi @Brenda5 ,
Thank you very much for the code. 
just wanted to know if we can reload the form on workspace once the assessment is submitted using g_form.save() or any other method. currently i tried using the same after the line 
window.g_parentDialog = dialogWindow;

 but seems like its not working.
use case is once the assessment is completed the button should not be visible for which we have to reload the form.
Please let me know if there is a way to achieve this 

Thank you very much in advance

Regards,
Prajwal.

@Brenda5 
I copied the above code, and it works as expected for the first assessment record in Workspace. However, when I try to create a second record, I receive the error: "The assessable record is invalid." Could you please help me resolve this issue?