Asset Duration -- "Pending Return" Substate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 12:21 PM - edited ‎05-20-2025 12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 12:16 AM
Are you already collecting that data, and if so, how?
You could use metrics if you are not yet doing this (please read this article to understand how it works for non-task extended tables: https://www.servicenow.com/community/developer-articles/metrics-on-non-task-tables/ta-p/2308846).
Then you can easily create a DB view between the metric and asset tables to report on.
You could also add the field on the asset form if it is really important. Just add a flow that triggers when the state is set to 'pending return' and calculate the field when it is returned.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark