Disable a UI Action in Project Workspace

Cirrus
Kilo Sage

Hi,

In a project record in Project Workspace, you have an option in the left hand pane to see RIDAC. Once in RIDAC, you can see details of any risks, actions, issues etc created for that project. Beside each record are three dots, which allow you to Convert to RIDAC, Associate to RIDAC or Delete, as per the attached screenshot. We have a requirement to temporarily disable the convert option, which I believe is done in UI Builder/Project Workspace, but I am not that familiar with UI Builder. Can anyone advise how this action can be disabled please

1 ACCEPTED SOLUTION

Hi @Cirrus,

 

You can go this link "https://<your instance>/sys_script_include.do?sys_id=ecb7a6564fd111101aa2066fae72e0af&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null". 

Go to the line 241 and update the criteria to '_metadata.canWrite=true^_metadata.canShowConvertToRIDAC=false'.

 

Attaching the screenshot for reference.

Ramesh_Naidu_0-1725200647428.png

 

Thankyou,

Ramesh

View solution in original post

2 REPLIES 2

Ramesh_Naidu
Mega Guru

Hi @Cirrus,

Can you share some screenshots.

 

Thankyou,

Ramesh

Hi @Cirrus,

 

You can go this link "https://<your instance>/sys_script_include.do?sys_id=ecb7a6564fd111101aa2066fae72e0af&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null". 

Go to the line 241 and update the criteria to '_metadata.canWrite=true^_metadata.canShowConvertToRIDAC=false'.

 

Attaching the screenshot for reference.

Ramesh_Naidu_0-1725200647428.png

 

Thankyou,

Ramesh