Anyone know if it's possible to edit the Task emai...
# general
d
Anyone know if it's possible to edit the Task email that is sent out when an employee is assigned a task in the system? If so, can you please point me to where that email template is?
c
there may be a way better way to go about it but it would create a message record most likely that you could attach to and look at before submit
not sure if you can modify anything at that point
also maybe under Setup -> Company -> Email
d
I've looked everywhere and can't find it. I can find the case templates but not the one that is sent out for task.
c
Is there anything on the Task record form?
d
Not that I found.
I'd like to be able to mod that template and I just can't find it. I've spent hours already looking.
c
I just pulled one up it doesn't look like there are any templates you can specify
Message/beforeSubmit may be a decent option then I am not seeing it either
d
If you check the checkbox you can send the notice to the assignee
c
or disable that functionality and script a new process
either way is an N/record of type Message
according to the records browser, there's a template property on the Message record
so maybe capture the Message, see if its from a Task and set the template
d
I may need to disable the default as you suggest and just create something on aftersubmit
c
Setup -> Company -> Email -> System Email Templates is where I'd expect it to be, which it isn't.. and there's no option on the form.. so scripting the Message record/or some new process are probably your 2 options