How to change Notification Sender Name while sending notification

Hari S1
Tera Contributor

Hi,

We are automatically adding comments from a business rule with a specific user name(that is Abel Tuter) when the ticket is assigned to the Database or Hardware groups.

Additionally, we have created a notification to inform the caller after comments are added. However, the notification is currently being sent with the name 'System Administrator' but it should be sent with the name 'Abel Tuter.' How can we achieve this?

 

Please help me.

 

Business rule:

HariS1_0-1721825404924.png

 

HariS1_2-1721825450052.png

 

Notification:

 

HariS1_3-1721825475944.png

 

HariS1_4-1721825501135.png

 

 

Sample example:

 

-> Incident ticket it is coming correctly:

HariS1_5-1721825601927.png

 

But in notification it is coming with different name:

HariS1_6-1721825649454.png

 

 

 

Thank you in advance

9 REPLIES 9

Slava Savitsky
Giga Sage

Possibly, this is because of the "current.autoSysFields(false);" statement in your business rule. Does it make any difference if you comment that line out?

Hi Slava,

 

Thanks for the reply. 

 

I just tried commeting that line but still I am getting System user name.

HariS1_0-1721831966552.png

 

 

Thank you

Have you tried "after" instead of "async"?

 

What triggers that transaction? Is the incident created by a user via UI, by a script, or maybe via an integration?

@Hari S1 :

As Slava mentioned, can you try with after business rule instead of async?

Regards.

Priyanka Salunke