Email script not showing anything in notification
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 06:02 AM
I created this script to greet the user at the start of every notification, but when I add it to any notification nothing shows up in the preview of the noti
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 02:57 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2024 10:27 PM
Hello,
Your code should be as below:
var person = current.caller_id.last_name.toString();
template.print('Sehr geehrte(r) Frau/Herr ' +person);
If my answer helped you in any way please mark it as helpful or correct.