Just a heads up for anyone who uses URLs in text f...
# suitescript
c
Just a heads up for anyone who uses URLs in text fields, in 2023.2 (upcoming release), NetSuite put out a security fix where a text field set by client script for HTML will have a <span></span> added around the text and just display text rather than a URL. Any text fields that have URLs set via server-side script still works as it has. The only option to get a URL working via client scripts is an INLINEHTML field but it seems you lose the label aspect of adding a field on a suitelet via N/ui/serverWidget module.
👌 1