When I perform a search in the UI for messages, an...
# suitescript
e
When I perform a search in the UI for messages, and add the result of Message... NetSuite auto parses out any sort of HTML/styling and returns just the text from the email (message). Is it possible to do the same with a script? When I create the same search with scripting and getValue of the message, it returns all the HTML and styling, and is limited to ~1250 (which would be fine if it was 1250 characters of text, but it's sometimes 1250 characters of just html/styling etc, and then I don't get any of the message itself
Maybe a formula with a function that could parse the full HTML to a readable string?