Email Notification To Each Member Of The Assignment Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2012 08:35 AM
Hi,
I need to send an email notification to each member of the assignment group, in the member's preferred language (as specified on user form).
To elucidate - if I have 3 group members A (english), B(french), C(german); i want A to receive notification in English, B in French and C in German.
I have been trying to implement the same through mail scripts but have been unsuccessful.
Has anyone implemented anything similar?
Please Help!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2012 07:49 PM
With multiple EVENTS in addition to the notifications, you could get the user's language and fire the appropriate event. Something like this might be a good start:
gs.eventQueue('incident.closed.' + gs.getUser().getLanguage());
You'll need to register individual events for each language you plan to support and change your language specific notifications to use the proper event.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 03:48 AM
Hello Ayush,
If it is Yes, could you please guide me how to achieve this ASAP.
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 05:13 AM
Hi Sulochana,
you have to create a seperate notification in each language and i have seen couple of post in the past for the same functionality