Discussions
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. Join us
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?