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
battk
09/08/2023, 11:02 AM
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
Aku Lehtonen
09/08/2023, 12:16 PM
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..
Aku Lehtonen
09/08/2023, 12:24 PM
Using NetSuite version 2023.2, and <script> -tag in Inline HTML field works still, just tested.
b
battk
09/08/2023, 7:46 PM
do it on a record that uses the new ui, like an inbound shipment
battk
09/08/2023, 7:46 PM
do not use it on a record that uses the ui refresh, like a sales order
a
Aku Lehtonen
09/15/2023, 7:13 AM
Thank you @battk, I'll check it out. Have a nice weekend! 🙂