Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

How to fetch timestamp of when the label was assigned to the task on VTB

sharley
Tera Contributor

I am trying to fetch the exact time of when the particular label is assigned to the task on the Visual task board.

1 REPLY 1

BharatC
Giga Guru

Hi @sharley 

 

Try this 

 

1) Go to label_entry.list in the navigator.
2) Add/check the Created column.
3) Filter: Label = <your label> and Table = <vtb_card or task sys_id>.
4) Read the Created timestamp — that's when the label was assigned.

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards

Bharat Chavan