{"type":"error.SuiteScriptError","name":"INVALID_F...
# suitescript
s
{"type":"error.SuiteScriptError","name":"INVALID_FLD_VALUE","message":"You have entered an Invalid Field Value F for the following field: emailtransactions","stack":
j
set to boolean false
s
Hey, thanks for the speedy reply.
customerRec.setValue({fieldId: 'emailtransactions', value: 'F'});
Already sending value of F
j
Copy code
customerRec.setValue({fieldId: 'emailtransactions', value: false});
s
Thanks. I;ll give it a whirl. The only reason why I never sent across False over F was because this works: customerRec.setValue({fieldId: 'isperson', value: 'T'});
Well stone me, it worked. Cheers dude.
r
welcome to the world of NetSuite checkboxes