Hello everyone, We noticed this in the official N...
# general
a
Hello everyone, We noticed this in the official NetSuite documentation: The use of Inline HTML fields on Form pages (except for Forms generated by Suitelets) will be deprecated in a future release. Does anyone have any more information about this? Sounds like a quite radical change to completely deprecate the Inline HTML fields from the records. https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1518456409.html#Using-HTML
b
its more to do with the scripts elements in inline fields. Its probably viewed as a security risk since it allows xss style attacks. html in saved searches was the latest casualty. you can see the effect on pages that use the new ui, like inbound shipments, where script elements in inline html fields dont work
a
Seem to work when the HTML is set into the field on the server side (User Event), but if it's done in the client, that's not working anymore. I'm just wondering if they're going to delete the Inline HTML field completely in the near future..
Using NetSuite version 2023.2, and <script> -tag in Inline HTML field works still, just tested.
b
do it on a record that uses the new ui, like an inbound shipment
do not use it on a record that uses the ui refresh, like a sales order
a
Thank you @battk, I'll check it out. Have a nice weekend! 🙂