Does anyone know how to create new dynamically updated fields in the NCM database? I've created a field where I look at the DNS of a device, identifies the state where the device resides and puts that state in this field. The problem is I did this statically with an Insert statement - these will never change again unless I run the query again. Is there a way to make the database automatically update this field when it detects a change in the DNS. I've created several other custom fields that validate things like QoS in a running config, etc. which I'd like to be updated automatically when there's a change each time NCM polls my devices. Any thoughts?