- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 09:15 PM
Hi ,
Need to create an incident with attachment in it when a SLA is triggered and the report is sent to particular group using FLOWDESIGNER.
Here we need to use trigger we cannot use use inbound email.
Any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 05:23 AM
Hi @tsai25044
I have already given the screenshots in my earlier answer. Please refer to the older replies for the same.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 06:02 AM
Hi @tsai25044
This is heavy customization and efforts will be more. So try to see can we use OOTB or not.
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-26-2023 09:05 PM
OOTB functionalities won't work. We need to create a custom action . In which we need to add parameters that calls the tables which are used while report is created.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 12:44 AM
Hi @tsai25044
If I understood your requirement correctly, once the report is generated, it is sent via email to end users. You want the flow to trigger the moment this report is dispatched via email ?
If yes, we can build a flow that can be triggered once we have a record created in the email table for your report. Inside the flow, we can create the incident and fetch the attachment being available in the email using a custom action so that it could be attached to your newly created incident. Let me know your thoughts on this so that we can proceed accordingly.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 01:44 AM
Hi @Amit Verma ,
I think it is perfect solution by building custom action but i have no idea. Can you please help me with that and if possible can you share those pictures of that flow.
Regards,
saiteja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 05:28 AM
Hi @tsai25044
Please refer to below screenshots and configure your flow accordingly :
Step 1 : Make the trigger as Record Created on "sys_email_attachment" table with filter conditions as Email is name of your Report Record and File Name as name of the attachment created by your report ( You can find these details from your email logs table).
Step 2 : Use Create Record to create Incident Record
Step 3 : Use Look Up Record on sys_attachment table with filter condition as sys_id as sys_id of the email attachment record generated from trigger.
Step 4: Use Copy attachment to copy the attachment to incident record :
Output :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.