Mini-question: by the looks of it, hyperlinks will...
# suitescript
m
Mini-question: by the looks of it, hyperlinks will not work in a support case, correct? I'm programmatically creating a case, and I wish for it to link to a record in its message body. Interestingly, the <br> tags for interpreted as line breaks, while the <a href> tag remained as plain insert text (and exposed HTML) Just verifying to see if links aren't supported or if I did an oops along the way.
l
can you type a hyperlink in case body in web UI? that's the answer probably.
m
Yes, it works if I use the Web UI. Rich text editor, I can convert some text to a link if I want to. So that leaves me wondering how I can pull that off when I'm building the message body through a SuiteScript. 🤔
l
maybe create a test case manually, make a few hyperlinks. pull it via api and see how the raw data looks like.
c
@Marc-André Bouchard Does it require wrapping in
<body></body>
?
m
Hmmm. Worth a shot. I could give that a try later. Probably tomorrow; today I'm working on routine start-of-month stuff.