We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Accessing the CMDB Data Manager outside of CMDB Workspace

AnoopRawat
Tera Expert

Our Organization has disabled the CMDB Workspace however I would like to setup a RETIRE policy for CIs approaching end of life or in ABSENT state. Will it be possible for me to access the Data manager outside of CMDB workspace. I tried using various articles around it however it did not work on my PDI instance when I try to replicate them like for example below =

Direct Table Access: Navigate to tables such as sn_cmdb_ws_dm_certification_policy (for policies) or sn_cmdb_ws_dm_certification_task_to_document (for tasks) via the navigator to manage data.

1 ACCEPTED SOLUTION

AnoopRawat
Tera Expert
Thank you, Atul, for your prompt response. Could you please share the table name that I can use for creating a RETIRE policy, assuming I don’t have any other alternative? I understand your reference regarding the best practice and preferred approach through the CMDB Workspace, but in this case I need to proceed with a table-based policy.

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron

No mate, earlier it was outside the WS side, but recently the Data Manager was added in WS, and that’s the best approach.

You can try working directly with the tables, but that’s not a good practice.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

AnoopRawat
Tera Expert
Thank you, Atul, for your prompt response. Could you please share the table name that I can use for creating a RETIRE policy, assuming I don’t have any other alternative? I understand your reference regarding the best practice and preferred approach through the CMDB Workspace, but in this case I need to proceed with a table-based policy.

Hi @AnoopRawat 

 

cmdb_data_management_policy

The issue is that ServiceNow has now removed the “New” button at the table level, so bringing it back would require code changes. I’d recommend using WS instead, as that’s a better place to handle this.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

You accepted your answer as a solution, maybe where I suggested it on the query.  @AnoopRawat 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************