- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 10:37 AM
Hi guys!
I just want to ask if it's possible to display the actual time and date when an incident was transferred from one group to another in LIST VIEW?
For example, this incident was transferred from GROUP 1 to GROUP 2 last September 13, 2023 at 01:21. Can I put the time and date in LIST VIEW?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 04:54 AM - edited 09-19-2023 04:55 AM
Hi @Anastasia Ty-Ch,
Create a custom field on your table for this you can refer the product document https://docs.servicenow.com/en-US/bundle/vancouver-it-service-management/page/product/change-managem...
Once custom field is created then create on After business rule on Update operation and use below code to populate value in your custom field.
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Thanks
Vijay Balotia

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 10:44 AM
Hi @Anastasia Ty-Ch,
OOTB is not feasible but you can create a custom field and when the assignment group changes you can update value in that field. If you want you can add that in your list layout.
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Thanks
Vijay Balotia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 11:07 AM
Hi @Vijay Balotia1 thanks for responding. I'm actually not familiar with that. Can you teach me how to do it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 04:54 AM - edited 09-19-2023 04:55 AM
Hi @Anastasia Ty-Ch,
Create a custom field on your table for this you can refer the product document https://docs.servicenow.com/en-US/bundle/vancouver-it-service-management/page/product/change-managem...
Once custom field is created then create on After business rule on Update operation and use below code to populate value in your custom field.
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Thanks
Vijay Balotia

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 04:58 AM
If you don't want to use custom field then you can go with define matrix.
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Thanks
Vijay Balotia