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!
Error Thrown "... is not a function
I am running a client side fieldchanged function that sets the Tax Item based on Location and Ship Method. The first thing the script does is look into the Customer record to see if they are taxable. I have the following to accomplish that:
var Customer = nlapiGetFieldValue('entity');
var Taxable = Customer.getFieldValue('taxable');
But I am getting a error on "var Taxable = Customer.getFieldValue('taxable');" that says:
Customer.getFieldValue is not a function
I have been running this script for months now, and I have never gotten that error before. It just started today. Is there anything that changed with Suitescript?
0