You need to sign in to do that
Don't have an account?
jeremy_r
Perl and fieldsToNull
Is it possible to use fieldsToNull with Perl? I've only had success with using a sing
$elem->{fieldsToNull} = "BillingCity";
works.. but this
$elem->{fieldsToNull} = ["BillingCity", "BillingState"];
doesn't. Is it possible to use multiple fields?
thanks
Jeremy
$elem->{fieldsToNull} = "BillingCity";
works.. but this
$elem->{fieldsToNull} = ["BillingCity", "BillingState"];
doesn't. Is it possible to use multiple fields?
thanks
Jeremy
I have the same error, but with PHP