Vulnerable Item 'Age' Field - How Is It CalculatedSummaryPlease let me know how the 'Age' field's value of VIT (Vulnerable Item) is calculated.I checked it in the community also but it is not helpful.https://www.servicenow.com/community/secops-forum/vulnerable-item-age-fied-how-is-it-calculated/m-p/1319765Here, it is saying to check Scheduled Job- Update Vulnerable Item Age, but not able to find the same scheduled job in the instance. PFA the screenshot of the same.Related LinksThe scheduled job which was mentioned through the posting is now deprecated.Now, there is a function associated with the field that runs the below script: glidefunction:datediff(now(), last_opened)You could see this defined here:https://instance_name.service-now.com/nav_to.do?uri=sys_dictionary.do?sys_id=e80b839adbe054107f3c265d1396191f%26sysparm_view=advancedFor more information how function fields work there's a documentation:https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/build/platform-functions/concept/platform-support-functions.html