function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jeremy_rjeremy_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
David_FBDavid_FB

I have the same error, but with PHP

Message Edited by David_FB on 03-10-2009 05:53 AM