How to notify to group and group members
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 04:41 AM
I have a requirement that in a taxonomy table there are two fields product,product suite in which when new record is created and updated with(product suite as Oracle Ebs and Product as Oracle financials) then you have to notify to a group(EmailGroupA) and each of its group memberswith product and product suite name.If new record is created and updated with(product suite as SAP and Product as SAP fico) then you have to notify to a group(EmailGroupB) and each of its group members with product and product suite name.How to achieve this in servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 04:48 AM
Try this :
This will work also please check on group
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 04:52 AM
Hi @Kongaleti Navee ,
You can create a Notification on those table where product & product suite is present & specify condition in below manner like Notification should trigger when record is inserted or updated & under condition u can put that if product is oracle financials & Product suite as Oracle EBS then under whom to send u can specify the group & group members. This needs to be done for 2nd case as well.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 08:20 AM
thank you Atul and Danish,
can you please help to triger the scenario through event and in the mail body it should show the product and product suite and as i said above if it is related oracle EBS suite it will sent to EmailgroupA and its members if not Oracle ebs it will sent to EmailgroupB showing in the email body 4 records are created related to oracle like that
thanks for all your help ,i am new to service now currently in the learning phase trying in different scenarios in different ways,please help me in this journey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 08:31 AM
can you please help to triger the scenario through event and in the mail body it should show the product and product suite and as i said above if it is related oracle EBS suite it will sent to EmailgroupA and its members if not Oracle ebs it will sent to EmailgroupB showing in the email body 4 records are created related to oracle like that
Atul: Trigger is On record insert or update
and you can check if changes is happening for a specific suite or not.
It is not rocket science my friend.
Do like this
Take this requirement and take a pen and paper ands build condition and then
do in ServiceNow
or
Just go to notification
select the table
and when to send -- conditions
check the fields and operator.
you will get idea.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************