This is a bug fix for BaseRecord: if an attribute is boolean, a false value in the Zoho API response was considered as nil.
This PR contains also the code from my previous PR: a new method for adding notes. This is because my master is ahead from the main one, sorry for that.
This is a bug fix for
BaseRecord
: if an attribute is boolean, afalse
value in the Zoho API response was considered asnil
.This PR contains also the code from my previous PR: a new method for adding notes. This is because my
master
is ahead from the main one, sorry for that.