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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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