- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 08:01 AM
What happens to a CI once you click certify, in other words how does service now know the percentage completed on the cmdb certification task table? How does service now know to move the the CI on the cmdb certification task from Review Not Completed to review completed?
Solved! Go to Solution.
- Labels:
-
Data Health Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 11:31 AM
On the sn_cmdb_ws_dm_certification_task_to_document table, there is attribute status on this table, that "status" which has an independent attribute for doc id represents each CI record in the cmdb task, the values have a direct relation to the Percent Complete on the cmdb_data_management_task_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 02:43 PM
Hi @cwring
For this, you need to check the UI Action named "Certified".
Review the code it’s calling and which table it references to understand its functionality.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 07:08 AM
Since its in the workspace and Next Gen UI, there is not a table that is easily referenced, hence my previous question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 07:51 AM
Hi @cwring
I understand it’s a new interface and UI, but the underlying code is still there. It might be some workflow or script included that’s working in the background.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 11:31 AM
On the sn_cmdb_ws_dm_certification_task_to_document table, there is attribute status on this table, that "status" which has an independent attribute for doc id represents each CI record in the cmdb task, the values have a direct relation to the Percent Complete on the cmdb_data_management_task_list