Hello Team,
Good day! This is an NCM feature but it is more on creating a View with a custom sql script to display the information. (NPM 12.1 and NCM 7.6)
I have setup the Orion NCM Real-time Change Detection feature for us to see any changes and automatically download configs for comparison. I have setup the RTCD feature fine but I'm having some trouble in creating a view that will show the NodeCaption on a custom table where I pull the objects (Column) on the NCM_RTNAudit.
I'm not an expert on SQL but I'm thinking SQL JOIN commands are needed to show information.
On the Web console I created a Custom table resource to display the infomation from NCM_RTNAudit:
Custom SQL Script on the resource:
Select TOP 30 * FROM NCM_RTNAudit
ORDER BY CONVERT (DateTime, DateTime) DESC

The display is perfect it's just that the table NCM_RTNAudit only shows NodeID and not the NodeCaption

While looking further I saw that the Node ID is also on the NCM_Nodes (View) and a NodeCaption column also exist.

Can someone help me on the script to show the NodeCaption, IP, DateTime and Message?
Thanks!!