Hi everyone,
I’m trying to use a custom field for first name (custom_first_name) in the ERPNext/CRM/Newsletter.
However, it does not seem to work. I tried using:
{{ custom_first_name }} which is displayed as text in the newsletter sent.
{{doc.custom_first_name }}, which turns every first name to “None” in the newsletter when received.
{{ doc.email_group.custom_first_name }}, returns {{ no such element: list object[‘custom_first_name’] }} in the newsletter received.
I set up the custom_first_name field for the Email-Group-Member DocType. Field Type is Data, Length is 50, Permission Level is 1. No other entries on the custom field entry.
The field is displayed in the form for entering new subscribers. All entries have a first name.
I could not find anything in the Docs that explains how to use a custom field in the newsletter.
Any ideas about how to use the custom field in the newsletter content?
Every help appreciated. Thanks!
ERPNext Version: 15.84.0
Frappe Version: 15.86.0