Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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>…