Craig
11/14/2025, 12:19 AM"message": "You have entered an Invalid Field Value false for the following field: isperson",
customerRecord.setValue({fieldId: 'isperson', value: false});
Should I be setting something other than a boolean?Craig
11/14/2025, 12:38 AMcustomerRecord.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.