Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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>…