Populating a field

Shir Sharvit
Tera Contributor

Hi
I need to add a field to the change_request table so that it contains a list of all activities that have been in a rejected status and changed to another status.
That is, from the moment the activity was opened, if it has been in a rejected status, then populate it in this field.

 

Thanks, Shir

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@Shir Sharvit 

what should this field hold?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

This field should contain a list of all change requests that have been moved to a rejected status.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Shir Sharvit 

 

Need more details what this field holds? and what you want to show.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

A list field with a reference to the change_request table, where every change request that was in a status that was rejected at some point after it was opened and moved to another status

@Ankur Bawiskar @Dr Atul G- LNG