You need to sign in to do that
Don't have an account?
jprosser
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
Superfell
You would use the fieldsToNull property of the sobject. Not sure what this maps to in the perl toolkit.