Hi Karim, this is something that needs to be automatically taken once a request has been logged and not something that is manually taken by someone from within assyst.
we have a similar need and have been able to get it to send attachments that are on the actions but not the initial one that is on the event. so following to see if anyone can help.
Hello @R-CHRIS ,
Currently, Smart Mail allows an assyst user to select attachments that will be emailed to the affected user of the event when an action is taken.
It is currently not possible to trigger an email with attachments when you create the event. However, it is a great suggestion for an improvement.
You can log your suggestion in the ideas area below and this will allow the customer community to see the suggestion and comment/vote on it.
https://community.ifs.com/ideas
Before saving your idea, enter "assyst" in both the Product Area and Tags fields, to ensure that your idea is registered under the IFS assyst category.
Hi @R-CHRIS ,
Using assyst v11.7.0, SmartMail 1.12.6 and SmartMail V2.
I’m able to attach a document to a request prior to submitting it in assystNET and then after submission, receive an email notification that includes the attachments that were submitted with the request.
SmartMail is called via an AP rule when the request is initially submitted. There is no manual intervention to add attachments to the email.
thanks for your response @momboc.
It’s great to hear that this is possible, we have heard about this Smartmailv2, and are waiting to hear back from our Account Manager as to what SmartMail v2 is, why there is a SmartMail v2, where it fits in…… etc, as there is no documentation about it anywhere.
@momboc thats great. can i ask what you have in your ap call or smartmail conf that adds the attachment?
Thanks
Hi @kerrylaing ,
The AP rule that calls SmartMailV2 is very simple.
{
Test send attachment with email ]],
> EVENT_TYPE == "s"
and AV_SERVICE_OFFERING == "TEST_EMAIL_ATTACHMENTS"
and ACT_TYPE_SC == "ASSIGN"
and ACT_TYPE_COUNT == 1 ]],
strSendMailV2 .. "TEMPLATE=SM_TEST_EMAIL_ATTACHMENTS RECIPIENTS=TO_AFFECTED",
"continue"
},
The actual adding of the attachment is done via the SmartMailV2 logic. There was no additional configuration on my part.
Hi Chris,
To clarify “ SmartMailV2 logic” is a configuration package designed and provided by Professional Services (scripts, etc.). It is an extension to the standard SmartMail software.
The package itself is not supported through the IFS assyst Service Desk. Any questions about the use of this package require consultancy services.
Kind Regars,
Caroline