You need to sign in to do that
Don't have an account?

How to populate Task.OwnerID field with the name and not the string of numbers
I am trying to populate a number of task fields in the body of my email template. I am having problems populating the name for the task "Assigned to" and "Name" fields.
I have attached the code I have, plus a screen cap of the fields I am trying to reference.
Please help!
Thanks
Yes, I did try {!Task.Owner.Name} however it gives me the following error message: Field Task.Owner.Name does not exist. Check spelling.
Thank you
Create a custom formula field on activity (task) and set the formula as:
Owner:User.FirstName +' '+ Owner:User.LastName
You don't need to put it on any page layouts. You can then use that field to pull in the 'Assigned To' name.
I tried this, but it still won't populate that field in the email template.