Copy every Work notes from Interaction to Associated Incident Record

Sai Kumar Reddy
Tera Contributor

We have a requirement called 'Copy every Work notes from Interaction to Associated Incident Record', Once the Interaction is Associated with the Incident, and in Interaction if work notes are updated, the same should reflect on the Associated incident record. How to achieve this?

 

Thanks,

Sai Kumar

1 ACCEPTED SOLUTION

Harish Kota
Kilo Sage

Hi @Sai Kumar Reddy 

 

You can achieve this by using /before Update Business Rule/.

 

Select Table : Interaction

 

When to run: When - before update

 

Filter Conditions: Work notes Changes

 

Advanced Script: use code by using below screenshot

 

HarishKota_0-1673432229798.png

 

Please hit like/Accept as solution if it works for you.

 

Thanks,

Harish Kota

View solution in original post

3 REPLIES 3

Harish Kota
Kilo Sage

Hi @Sai Kumar Reddy 

 

You can achieve this by using /before Update Business Rule/.

 

Select Table : Interaction

 

When to run: When - before update

 

Filter Conditions: Work notes Changes

 

Advanced Script: use code by using below screenshot

 

HarishKota_0-1673432229798.png

 

Please hit like/Accept as solution if it works for you.

 

Thanks,

Harish Kota

Thank you very much @Harish Kota 

@Harish Kota Sir, can you please help me with similar to this ask.

Kindly follow URL to understand my requirement-

https://www.servicenow.com/community/developer-forum/to-autopopulate-the-worknotes-of-interaction-fo...

 

Thanks in advance