Hi All
In the Communication tab of the support case record, if anyone adds a message/file/user notes then how do we know something is added?
like I want the date/time if something is changed in the communication tab eg using UES?
Sagar Hiray
10/24/2024, 10:24 AM
Got the solution for email and user nodes these are the records so we can use UES.
but the file is not a record, any solution?
s
Sean Murphy
10/24/2024, 5:15 PM
File is a record.
✅ 1
s
Sagar Hiray
10/25/2024, 5:03 AM
Hi @Sean Murphy
If we send an email from the support case communication tab it will trigger the user event script on the message record but on the same mail someone replies on that mail message record gets created but the user event will trigger why and how can I solve this issue
s
Sean Murphy
10/25/2024, 11:42 AM
The UE fires on the reply because a new message has been created by the reply. The thing to look for I think is the inbound/outbound flag on the message. In your code look for inbound and if it's true exit the function.