Enabling CMDB baselines on your CI recordIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description The following information is a guide to enabling CMDB baselines on your CI record. Procedure Part 1: The first step is to make the Baselines application module appear on your navigator. To do this please open the following URLs and check the "Active" checkbox and save the record:https://<your-instance>.service-now.com/sys_app_module.do?sys_id=f4463879a9fe3dba01b30bc100cbf404 https://<your-instance>.service-now.com//sys_app_module.do?sys_id=f447dce2a9fe3dba006ccac4640857d7 After this is done, you will find that the Baselines module becomes accessible in the navigator. Part 2: Now, we can proceed to configure a baseline for the CMDB. 1. Navigate to Asset & Configuration > Baselines > Baselines 2. Click on "New" 3. Provide a name to your baseline 4. Submit Note: Here you can decide on how you want to configure your baseline here to meet your requirements. By default, you'll notice that the baseline targets the cmdb_ci table. Creating a baseline on cmdb_ci will also enable baseline for tables extended from it, such as cmdb_ci_pc_hardware.You can choose another table of your choice of course and configure filters as well as you see fit. Please see this document for further details: https://docs.servicenow.com/csh?topicname=c_BaselineCMDB.html&version=latest The creation of a baseline is time consuming and occurs in the background. A message at the top of the record list notifies you that your baseline has been scheduled and you will receive an email when the process is complete. Part 3: Now you will need to configure your CI record to show the CMDB baseline diff field: 1. Navigate to your CI record2. Go to the context menu > Configure > Form Layout 3. In the Available column, locate "CMDB Baseline Diff" and move it to the Selected column 4. Save Part 4: The CMDB Baseline diff field calculates the changes based on the audit history of the record. Within the CMDB there are tables that have audit enabled by default such as cmdb_ci_computer while others are not - such as cmdb_ci_pc_hardware. To enable auditing for the non-audited tables please follow these steps using the cmdb_ci_pc_hardware as an example: 1. Navigate to System Definition > Dictionary 2. Filter the list by Table "cmdb_ci_pc_hardware" and type "Collection" 3. Open the dictionary record for the target table i.e https://<your-instance>.service-now.com/nav_to.do?uri=sys_dictionary.do?sys_id=f110fb83db723200edacd7795e9619ba 4. Check the Audit checkbox 5. Save Now we have auditing enabled for cmdb_ci_pc_hardware. From this point, any new changes made to your CI on the cmdb_ci_pc_hardware table will be shown in the CMDB Baseline Diff field on the record. For more information on Auditing, please see: https://docs.servicenow.com/csh?topicname=audited-tables-2.html&version=latest I hope these steps help. Please try them from your end on your dev instance and let me know how it goes Applicable Versions All