Adding salutation with title

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

markus
Posts: 31
Joined: Tue Oct 24, 2006 1:15 pm

Adding salutation with title

Post by markus »

I would like to add custom salutation (with title) my mailing.
[Salutation] [Title] [Firstname] [Lastname]
e.g. Dear Mr. Dr. John Doe
In my case I'll need a custom german salutation. "Sehr geehrter Herr Dr. John Doe!"

There are the predefined fields form the recipient table (customer_1_tbl).
The "Agnitas Tags", mentioned in Appendix A.
agnTITLE agnFIRSTNAME agnLASTNAME

I could use these tags to build a custom salutation.
But are there any operators to check/compare the values?
IF agnTITLE is not empty THEN use it.
IF agnGENDER equals 0 THEN "Dear Mr." ELSE "Dear Mrs".

Thanks for any hints

Markus
markus
Posts: 31
Joined: Tue Oct 24, 2006 1:15 pm

Post by markus »

Is there no possibility to insert the title in the salutation if this field isn't empty?
Post Reply