
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 09:09 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2024 07:24 AM
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.
Thankyou,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2024 06:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2024 07:24 AM
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.
Thankyou,
Ramesh