Hello,We want insert some informations in the body of our message that reporting the name of the sender (we choose @Author), the company name, title, division…We are managing the body of our memo, but when we have tried to insert something like @author, we have the right result, but if we try to insert others fields like CompanyName, the result is nothing.
What is it wrong? It seems that the fields are empty. Any suggestions?
Subject: Insert Company Name, Title, etc in a body message
@Author is a system message that returns the name of the author of the current document. CompanyName would have to be looked up from the NAB using an @DBLookup.
Subject: RE: Insert Company Name, Title, etc in a body message
you should be carefull doing this, depending on how many users you have and the number of emails they are sending, you could really put a lot of stress on your server by doing a lookup each time someone creates a message.