Pavol
08/12/2022, 3:00 PMBUILTIN_RESULT.TYPE_BOOLEAN()
Thanks to @Clay Roper we know it returns 3 statuses:
1. true for 'T'
2. false for 'F'
3. null for field being never setClay Roper
08/12/2022, 3:16 PMnull instead of false for the value of a custom Check Box field on a record when the record hasn't been edited and saved since the introduction of the custom record into an environment, so you can wind up with three states: true / false / null. Good ol' Netshoot...Pavol
08/12/2022, 3:30 PMjen
08/12/2022, 4:52 PMClay Roper
08/15/2022, 11:25 PMrecord.getValue()...