jen
05/10/2023, 10:38 PMform.addSublist()
. In the native NetSuite Communications tab, you can show the Message as a column, and it shows a snippet of the body of the email, with formatting removed. How would I achieve the same using the message
column returned by a Message Saved Search? The SS seems to return the HTML formatted text which is super long, and not trimmed.jen
05/10/2023, 10:39 PMAnthony OConnor
05/10/2023, 10:57 PMjen
05/10/2023, 11:17 PMjen
05/10/2023, 11:17 PMEXCEEDED_MAX_FIELD_LENGTH
jen
05/10/2023, 11:18 PMAnthony OConnor
05/11/2023, 12:25 AMEric B
05/11/2023, 12:54 AMstr.replace( /(<([^>]+)>)/ig, '');
jen
05/11/2023, 3:02 PMjen
05/11/2023, 3:02 PMjen
05/11/2023, 3:03 PM