- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 11:20 PM
Hi Team,
I have one requirement on Incident Reports,
Incident reports should have Incident age,
for that i have created one custom field on Incident table i.e, Incident age(String field), and have written one Async Business Rule.
when i create new incident records, the custom field is updating as below attached snapshot, but after some time also the time is not changing.
Please help me to get the solution asap.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 12:56 AM
if you want age to be seen irrespective of update then use calculated field for that and add the calculation there
so whenever list is opened the field will be calculated and age will be seen
Don't use BR then
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 11:37 PM
Hi @Priya madyapgol,
You can take a look at
https://www.servicenow.com/community/developer-forum/aging-reports-on-incident/m-p/1429009
Credit to @Mark Stanger
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 11:45 PM
check these links
How can we create Aging Report for Incidents.
Also when is your BR running? after update but what conditions?
If you are updating it on every record update then it will lead to performance issues.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 12:52 AM
Hi @Ankur Bawiskar ,
My BR is
Which is running, age is showing on the record, but only when i update the record at that time only, if i don't update the record age is not updating.
could you please let me know what changes i have to do.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 12:56 AM
if you want age to be seen irrespective of update then use calculated field for that and add the calculation there
so whenever list is opened the field will be calculated and age will be seen
Don't use BR then
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader