`"message": "You have entered an Invalid Field Val...
# suitescript
c
"message": "You have entered an Invalid Field Value false for the following field: isperson",
Copy code
customerRecord.setValue({fieldId: 'isperson', value: false});
Should I be setting something other than a boolean?
Copy code
customerRecord.setValue({fieldId: 'isperson', value: 'F'});
This fixed the issue... and this is SuiteScript 2.1. Must be something to do with that field as that's odd for 2.1.