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.
Email Alerts / Customize Message & Formulas
When creating an email alert from a saved search, one has the option of using a formula with the results:
Use the syntax <%=formula%> to add formulas to the text. Formulas can include {fieldID} references.
In the example below, how do I incorporate text strings in the results?
For example, the formula below returns the results as expected:
<%=Case when {custrecord_muv_customer} Is Null Then {custrecord_muv_contact} End%>
But what I would really like to return is:
<%=Case when {custrecord_muv_customer} Is Null Then "SomeText or the actual FieldName:" {custrecord_muv_contact} End%>
I can't find a way to incorporate text into the formula without it returning an error (I've tried single and double quotes). Is there a workaround to this?