Send Email task portal version
So really nice work with the panel that shows the send email task. but i lack that i autopopulates the Affected user as it did before. also the use of {{id}} place holders in the templates would be awsome then you could link directly to the incident/Request in the email.
The template provided for the @mention notification is really great. now i don`t have to copy paste the link any more.
If there is a solution to this plz let me know!!
Best Answers
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭Robert_Osterberg said:Version: Latest
So really nice work with the panel that shows the send email task. but i lack that i autopopulates the Affected user as it did before. also the use of {{id}} place holders in the templates would be awsome then you could link directly to the incident/Request in the email.
The template provided for the @mention notification is really great. now i don`t have to copy paste the link any more.
If there is a solution to this plz let me know!!
As for the {{ID}} templates, you are welcome to raise a feature request to be able to get this kind of thing implemented, as it's a really great idea!
Regards, Tony5 -
Jeff_Lang Customer Ninja IT Monkey ✭✭✭✭The Affected User does populate in the data behind the send email task, but sometimes will not display on the formby default there are 1,000 users returned when first opening the send email pane. so if the affected user is not in this first 1000 users returned, they do not display in the to field, but they will get the email if sent. they should display if in the first 1000 users returnedif you do not wish them to get the email you need to add them again to the list so it displays, then remove them again to remove them from the data behind the formhttps://community.cireson.com/discussion/4212/v8-8-1-send-email-how-to-programmatically-set-to-and-cc may provide more info around this
5
Answers
As for the {{ID}} templates, you are welcome to raise a feature request to be able to get this kind of thing implemented, as it's a really great idea!
Regards, Tony
Can you please get a status of this - thank you.
Have you tested this fix: https://community.cireson.com/discussion/4213/send-mail-not-populating-to
picker.dataSource.data(_vmWindow.recipientToList); // Add this line to correct the selection of the affected user.
Thanks