Adding date and time field value in work notes

Ibaa_Shoheb
Tera Contributor

Hi,

We have "Next action Date and Time" field on Incident form. When a user adds date and time in this field and updates the Incident, the value should automatically get captured in Work Notes. How we can achieve this? 

Regards,

Shoheb Shaikh 

1 ACCEPTED SOLUTION

I just tried to simulate. See below screenshot. The bottom activity is the automated one with the updated fields, the top activity with yellow border on the left is the date pasted into the work notes. Is that last one, the top one, what you are trying to achieve?

In case yes: a simple Business Rule would already do. Which just does a:

current.work_notes = current.u_datefield;

find_real_file.png

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

8 REPLIES 8

We are tying to achieve that date and time should be updated as work notes in the activity log. 

I just tried to simulate. See below screenshot. The bottom activity is the automated one with the updated fields, the top activity with yellow border on the left is the date pasted into the work notes. Is that last one, the top one, what you are trying to achieve?

In case yes: a simple Business Rule would already do. Which just does a:

current.work_notes = current.u_datefield;

find_real_file.png

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Excellent !!

Thanks  Mark, this is what I was looking for. 

Hello,

Could you please explain which business rule did you create? I created a simple business rule but it doesn't work for me. Thanks for your help.

 

Kind regards,

Ulvis