Map custom field from detections to VIT

chandukollapart
Tera Contributor

Hi,

 

We have custom field created in VIT. So we want to map that data from related detection. So want to make where do we update that info (DetectionBase script include or custom code)?

 

Thanks!

1 REPLY 1

john_gibbons
ServiceNow Employee
ServiceNow Employee

You would want to make the change in detection or detectionBase script includes.  Please keep in mind that multiple detections can be associated with a VIT so you will want to make sure your logic will account for that.  Try to avoid additional business rules on the VIT and Detection tables