How Transcript field is updating in Interaction record closed

MohanapriyaC
Tera Contributor

we have a requirement to change the timestamp of chat in Transcript field of interaction record but I could not find what configuration exactly changing this transcript field value when interaction is closed. 

 

Can anyone help to find the exact script which is updating the transcript field of interaction?

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@MohanapriyaC 

this Business rule does that.

You can play with that

1) Business rule

AnkurBawiskar_0-1754570419073.png

 

AnkurBawiskar_1-1754570432608.png

2) that business rule calls event and that event is linked with script action

AnkurBawiskar_2-1754570517576.png

3) that script action calls a script include "InteractionSecurityUtils"

OR

Another way is to use after update business rule with the same above condition and then manipulate the transcript and set it again

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

@MohanapriyaC 

Did my reply answer your question?

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