Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Case email template to include system notes
I would like to edit the system notification email template for case updates to include system notes so that the team can see what actually changed on the case.
I am looking at suiteAnswers ID 32622, but I do not see system notes listed as an available sublist on the case record. Is this a limitation or maybe I am just doing something wrong?
I added this freemarker code to the template but system notes do not display on the resulting email.
Any advice would be greatly appreciated !
<#list case.systemnotes as systemNote>
${systemNote.date}<br />
${systemNote.setby}<br />
0