Hey guys, I have a script that creates a customer ...
# suitescript
s
Hey guys, I have a script that creates a customer record and i'm trying to have it create it so that the "Send Transactions Via" is unchecked for email. This is what I have in my script customerRec.setValue({fieldId: 'emailtransactions', value: 'F'}); But it results in an error. According to the Schema Browser the field ID should be correct. Any ideas?