How to code birthday greetings in XPLAN
- 2 years ago
Hi ewkservice01 - great question!
Here is some code that will help you:
First Name: <:=$recipient.first_name:>
Use it like this:
Dear <:=$recipient.first_name:>,
Preferred Name <:=$recipient.preferred_name:>
Use it like this:
Hi <:=$recipient.preferred_name:>,
You can also add their surname as well:
Dear <:=$recipient.first_name:> <:=$recipient.last_name:>,
Dear <:=$recipient.preferred_name:> <:=$recipient.last_name:>,
You can even get fancy, and check if there is a preferred name first, then use the first name if there isn't a preferred name - use:
Dear <:if $recipient.preferred_name:> <:=$recipient.preferred_name:><:else:><:=$recipient.first_name:><:end:>,
Hope this helps. Don't forget you can insert Email Syntax by clicking the X icon in the tool bar and choosing the field you want to include.
P.s. Hope you are automating the Birthday Card to be sent via scheduler. If you not doing this, and manually sending it - let me know - I'll pop some pointers here on how scheduler can do it for you!
Thanks jessica.lamb for posting this
Recent Discussions
🤓Xplan Hint: Speed up with Xtools+ scenario templates
Did you know you can create your own Xtools+ scenario templates—complete with assumptions, strategies, and even custom labels—ready to apply to multiple clients in seconds? If you find yourself bui...andrew.wilson16 days agoIress Contributor84Views4likes3Comments🤓 Xplan Hint: Shortcut your favourite menu items
Did you know you can add shortcuts to your favourite / most frequently used menu items to the navigation menu in Xplan? We know some menus in Xplan require several clicks to get to - you can create...courtney.youngblutt16 days agoIress Contributor45Views2likes0Comments