im trying to set the integrateship check box to fa...
# suitescript
s
im trying to set the integrateship check box to false on userevent beforeload
Copy code
rec.setValue({
        fieldId: "generateintegratedshipperlabel",
        value: false,
      });
the code works and sets the filed to false but in the UI it is still checked so when the user submits it changes to true any ideas