ARA(GRC: Advanced Risk) Workspace UI Action Configuration

RC22
Tera Expert

Hey everyone, I'm currently using the ARA workspace and trying to locate where specific buttons are defined. I'm particularly interested in the buttons like 'Move to Residual Assessment','Move to Control Assessment' and 'Move to Inherent Assessment.' This setup seems to be part of a playbook experience embedded into the ARA workspace, but I could be totally wrong. Does anyone know exactly where I can find the configurations for these buttons? I'm trying to identify what events are triggered by these buttons for a specific use case I need to address. Any guidance would be greatly appreciated. Thanks!

Screenshot 2024-07-27 at 8.16.43 PM.png

3 ACCEPTED SOLUTIONS

jaikishan1
ServiceNow Employee
ServiceNow Employee

hi @RC22 ,

This is a custom assessment component and there it cannot be customized like other OOB components.
The event actions are implemented using scripted rest apis and customization on what the events will do can be done by modifying the rest api.
To review different rest request resources available for this component, please follow the below provided action:
1. Go to All > Scripted Rest API

2. Search to API with name : riskasmntapi

3. Go to "Resources" related list. It will have a list of all the API implementations.

For your requirement, you will have to review "saveFactorResponses".


Please mark this as helpful if it solves your query.

Regards,
Jai

View solution in original post

Satishkumar B
Giga Sage
Giga Sage

Hi @RC22 
These Events are triggered by "scripted rest apis". you can navigate as below to see the script:
 

  1. Navigate to All-->Scripted Rest APIs
  2. Search for the record -- "riskAsmntApi"
  3. go to related list and open the below record as highlighted in screenshot.

SatishkumarB_0-1722227897198.png


Happy Learning!
…………………………………………..
Mark it helpful 👍and Accept Solution !! If this helps you to understand.

View solution in original post

Thanks @jaikishan1 , this is really helpful. Just curious, do we have access to the OOB component where the code exists? I’d like to see how the code looks like.

View solution in original post

5 REPLIES 5

Satishkumar B
Giga Sage
Giga Sage

Hi @RC22 
These Events are triggered by "scripted rest apis". you can navigate as below to see the script:
 

  1. Navigate to All-->Scripted Rest APIs
  2. Search for the record -- "riskAsmntApi"
  3. go to related list and open the below record as highlighted in screenshot.

SatishkumarB_0-1722227897198.png


Happy Learning!
…………………………………………..
Mark it helpful 👍and Accept Solution !! If this helps you to understand.