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
jprosserjprosser 

Perl: Clearing a date field - is this possible?

Hey Folks,

Has anyone been able to update a date field to be empty via PERL?

All my efforts lead to "value not of required type: '' " or something similar.

 

 

Cheers,

-Joe

SuperfellSuperfell
You would use the fieldsToNull property of the sobject. Not sure what this maps to in the perl toolkit.