How to change Notification Sender Name while sending notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2024 05:55 AM
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:
Notification:
Sample example:
-> Incident ticket it is coming correctly:
But in notification it is coming with different name:
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2024 06:49 AM
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?
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2024 07:39 AM
Hi Slava,
Thanks for the reply.
I just tried commeting that line but still I am getting System user name.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 04:07 AM
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?
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2024 01:45 AM
@Hari S1 :
As Slava mentioned, can you try with after business rule instead of async?
Regards.
Priyanka Salunke