Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Online custom form errors out when using script
Hello,
I have created a online custom form with some fields. I want to read those fields to create employee record. It means when users submits the form, employee record would be created with the data from the online form.
Tried with 2 ways
1. I have added a script to that online form to read the fields when submit button is clicked. Here i am getting all fields values. But when trying to create a employee record or loading a record, it says "NETWORK_ERR:XMLHttpRequest Exception" error.
2.Then i created a suitelet to create the employee record. From the online form script, i am calling the suitelet to pass the fields values by nlapiRequestURL(). But here also it says "NETWORK_ERR:XMLHttpRequest Exception" error.