03/03/2023 03:21 AM
Hi,
Can anyone help me with the Technical name defined for the Account Name field. I need it for creating an email template where it would return the account name when new account is created for user. I tried using $(account_name) and $(accountname), but its returning with an error when email is triggered when new account is created( Error - No such property: account_name for class: SimpleTemplateScript2196While evaluating bodyofemail for ID - 63)
Solved! Go to Solution.
03/03/2023 06:59 AM
Are you configuring Task completion email for this if so you can use
${task.accountName}
03/07/2023 10:39 AM
Thanks, it worked.