Has anyone noticed newly created checkboxes evaluating to neither true nor false? Editing and saving Employees causes unchecked boxes to evaluate to false. This is happening in the sandbox, and I'm wondering if it will affect deployment.
w
Watz
03/07/2023, 9:29 PM
This is normal behaviour
c
Chloë
03/07/2023, 10:31 PM
Yeah, this has always been normal behavior for us. In saved searches so that it doesn't throw people off with the Null values, I'll throw a formula in there to show "False" if Null.
r
reptar
03/07/2023, 10:33 PM
Well it sure feels like a defect.
n
Netsuite Tragic
03/08/2023, 4:14 AM
@reptar do you mean new check box custom fields or new records with empty checkbox. What I have seen is create a new custom field check box. All existing records are "null". Create a new record and the value for the checkbox is False. All existing records are still null neither true or false.