Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Grabbing data from external javascript file
Hey all,
I am developing an application that uses a custom external Javascript file to display and manipulate HTML elements inside of a Suitelet. I am getting data from a RESTful API in the form of a JSON object in this JavaScript file. I want to then take that data (now stored in variables) and pass it into a new record inside of NetSuite (most likely an Invoice). I have looked around the forums, but can't seem to find a solution. Any suggestions are much appreciated!