Topic by Josh Palmeri
Content
I am using Connect PHP to evaluate the value on the Global Optin field on the Contact object. When the value on contacts.ma_opt_in is either "No" or "No Value" it returns a NULL value. I need to differ between when a 0 value is set to the boolean field and when the field is unset (a NULL value exists).
The equivalent field in Connect is $secCont->MarketingSettings->MarketingOptIn;