Map custom field from detections to VIT
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 01:24 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 07:34 AM
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