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
unexpected error
dear UG,
I recently wrote a script that is supposed to perform an after submit function on a form, i have uploaded it but it keeps giving me a error when i try to use the form
'' you cannot submit this form due to an unexpected error''
What could be the cause of this error
thanks
your
ERP
Jaxer.load("uncheck");
//Call up all the variables
//Name all the fields involved.
// The function for the confirm should be provided
function savebutton() {
var nlapiGetFieldValue('custrecord_returned');
var nlapiGetFieldValue('custrecord_date_returned');
var nlapiSetFieldValue('Custrecord_available');
var returnedmsg;
var lentoutmsg;
var notsavedmsg;
0