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!
Javascript to Create Record
I'm trying to add a bit of functionality to our front end webstore and to do this I need to allow users to create a custom record on our front end with a single click.
I can use the getcurrentattribute tags to pull all the information that is needed to create the record, but I can't figure out how to use this information to create a record. Also I've tried (with no success) to create an online form and default values and hide everything but the submit button.
Is there some netsuite tag or javascript that I can use to create a custom record from our frontend with a single click?