My guess is SOAP
# suitescript
k
My guess is SOAP
t
I checked our WS log, and while I can't find any custom checkbox fields, I suspect that they not only need the value, but need to specify the type:
<customField scriptId="custrecord_s7sessions_isloggedin" internalId="2638" xsi:type="StringCustomFieldRef" xmlns="urn:core_2019_1.platform.webservices.netsuite.com"> <value>Crashed</value> </customField>
based on this I would presume the custom field should be similar boolean: <q1isInactive&gt;false&lt;/q1isInactive>
although, obviously, as it's native, doesn't have the xsi:type attr
k
Looked at the logs - and he didn't try setting it as anything other than false...
So. Winner.
🤕 2