QUESTION: Hey everyone got a newbie question I th...
# suitescript
d
QUESTION: Hey everyone got a newbie question I think. I have a client script that disables the amount field on a sales order. I have done the script in 2.0 and there are other scripts running on the sales order that are all version 1.0. When I run the script on the sales order I get an error from another script that is running running on the form. When I disable all the scripts except the client script that I wrote the amount field (TYPE: disable) keeps getting overwritten and the field is able to edit the amount on the item line item. Now when I take the script and put it on a entire companies environment I get no issues. The script works flawless. The questions is what is the best way to troubleshoot this issue?
r
check if there are any workflows released on the record or any form level client side scripts
d
I tried that during my testing as well. I have also tested applying the script directly to the form and tried deploying it after getting the same results. @rustyshackles
l
What do you mean by "put it on the entire companies environment"
d
I have a few instances of NetSuite I have access to. The very first company implemented to NetSuite, I took the code and deployed it into their NetSuite account to see if it my code with the issue or the environment in which my code is in. @Lea CC