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
runawaydogrunawaydog 

dataloader...what is wrong with the dateTime

i am trying to export some data from sforce dataloader, but the query below returns

an error message saying "value of filter criterion for field 'CreateDate' must be of type dateTime and ...

Select Name FROM Opportunity WHERE CreatedDate > '2003-10-01T11:11:11Z'