You need to sign in to do that
Don't have an account?
jqcoffey
Perl setting checkbox value to false
Has anyone had any luck setting a checkbox value to "false", either with WWW::Salesforce or any other method? I'm tearing my hair out over this. I've had zero luck.
Using $elem->{fieldToNull} = 'HasOptedOutofEmail' fails with ERROR: Unsubscribed: value not of required type: null
Setting $elem->{HasOptedOutofEmail} = 0 or "False" or "" or undef or !1 all fails to update the field silently.
Any insight would be greatly appreciated.
Thanks,
Justin
Using $elem->{fieldToNull} = 'HasOptedOutofEmail' fails with ERROR: Unsubscribed: value not of required type: null
Setting $elem->{HasOptedOutofEmail} = 0 or "False" or "" or undef or !1 all fails to update the field silently.
Any insight would be greatly appreciated.
Thanks,
Justin
Did anyone ever get a resolution for this?
It's been a year!
Cheers,
-Joe