Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Why are none of my fields filled from this email template?
I have the below (not system) email template. It seems to recognize in this example that ${website.domain} is not valid and doesn't allow me to save. So I save it without, assuming that means the other fields like ${contact.entityID} are correct.
However, the email I receive looks like this:
Why aren't the fields being filled properly? Perhaps because the record type is a custom record?
Here's a snippet of the source code if that helps:<div style="font-size: 14px; font-weight: 600;"><span style="font-size: 14pt; font-family: 'Noto Sans/NotoSans', sans-serif;">Dear CN ${contact.entityId} CFN ${contact.firstName} EID ${entity.entityId} EFN ${entity.firstName} CSID ${customer.entityId} CSFN ${customer.firstName},</span></div>…