How to enable Risk Assessment UI action in Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 03:07 AM
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.
- Labels:
-
Agent Workspace
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 09:14 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 02:05 AM
Hi @pgvaishnav we are also stuck at same place. Can you please help us on same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @Pooja P ,
I created a Business Rule that triggers when the risk value is updated and reloads the browser accordingly.
Thank you
Prajwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 09:12 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@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?