Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
inlineHTML - iframe - pass info to the src
I'm looking to setup up a tab that shows an iframe. The src of the iframe will be a C# script on my own server, displaying data from Oracle. I want to be abel to pass the value of a custom entity field to the C3 script, but I'm struggling to find a way to do it.
My thought was to use SuiteScript to get the value of the custom entity field, append it to a string containing a URL, and then set the src of an iframe (defined in the "Default value" of an 'inline HTML' custom entity field)
0