Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Run business rule when incident work notes updated

eliasdimopoulos
Tera Expert

Hi

 

Is there a way to run a business rule when the work notes or customer notes are updated on an incident

1 ACCEPTED SOLUTION

Thanks AnveshKumar

 

I can only seem to get this working if i also save the incident before exiting the ticket.

Is there a way to trigger the BR without saving the ticket after adding work notes

View solution in original post

6 REPLIES 6

Tony Chatfield1
Kilo Patron

Hi, have you tried conditions of current.work_notes.changes() || current.comments.changes()
You can also build same conditions in the filter builder.

AnveshKumar M
Tera Sage
Tera Sage

Hi @eliasdimopoulos 

Yes you can use a filter like Worknotes :: Changes in the When to Run Section Condition builder. See the screen snip below.

 

IMG_20231128_070717.jpg

 

Please mark my answer helpful and accept as a solution if it helped 👍

Thanks,
Anvesh

Thanks AnveshKumar

 

I can only seem to get this working if i also save the incident before exiting the ticket.

Is there a way to trigger the BR without saving the ticket after adding work notes

Hi, if you are using the 'POST' button, then I understand that this doesn't update the task but rather inserts journal entries directly and while work_note,comment sysevents are triggered for the journal 'updates' as the task is not saved BR's for the task are not triggered.