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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Case Record Outgoing Message Field Name
From a workflow, I am executing a script to read field values from a case record , e.g.,
var caserecordid = nlapiGetRecordId();
var casecompany = nlapiGetFieldValue('company');
var casetravelfee = nlapiGetFieldValue('custevent_casetravelfee');
I would like to read the "last outgoing message" from the case record but do not know the field name
var caselastmessage = nlapiGetFieldValue('??????');
Mush appreciated if someong could let me know.
Thanks, Don
Tagged:
0