- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:41 AM
Hi Team,
Does any one knows how to hide the 'Control assessment not applicable' checkbox which is available on the control assessment. And how to make it visible conditionally?
In UI builder, the component is not editable presently. So is there any workaround to do this?
Regards,
Snehal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:53 AM
Hi @Snehal Madakatt ,
This "Control assessment not applicable" field is part of the component.
So it cannot be customized unfortunately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2025 04:51 AM
Hi @Snehal Madakatt ,
The assessment data is fetched using a rest api. The use can customize these rest api's to show appropriate warnings or error messages when a user interacts with it. One way to achieve it is:
1. Customize the save API to prevetn the user from updating the field value in the backend.
2. Create a BR or client script which displays an error message or warning message to the user.
The save and fetch apis are provided below:
- Save api which can be customised to show an info message: http://localhost:9090/sys_ws_operation.do?sys_id=d06e143543dc711042f50db5bab8f235&sysparm_record_tar...
- api to fetch the assessment data: http://localhost:9090/sys_ws_operation.do?sys_id=c34466f253b310105f9fddeeff7b12bf&sysparm_record_tar...
Regards,
Jai