Bhuvarahan / npsp

Automatically exported from code.google.com/p/npsp
0 stars 0 forks source link

problems uploading datetime into Contacts but not other tables? #257

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Importing via iBolt bulk update
2.
3.

What is the expected output? What do you see instead?
'2' is not a valid value for the type xsd:dateTime:asc_last_donation_date__c

What version of the packages are you using?

Please provide any additional information below.
Cant understand why Contacts has a problem but not other tables we created.

Original issue reported on code.google.com by cekennea...@gmail.com on 17 Jun 2011 at 4:04

GoogleCodeExporter commented 8 years ago
There are two issues here:

1.  Last Donation Date is a formula field, so its based on other values and is 
not updatable.
2.  It looks like you're trying to put the value of '2' into a datetime field, 
which 
only accepts values formatted in mm/dd/yyyy, plus the time if relevant. 

Just an FYI, when you're importing, the values for last donation date, last 
gift, last gift amount, etc., are all updated automatically by the system when 
you import your donations. 

Hope that helps-

Original comment by kbro...@gmail.com on 17 Jun 2011 at 4:14

GoogleCodeExporter commented 8 years ago
I'm going to go ahead an mark this invalid - but please let me know if you 
continue to run into the issues-

Original comment by kbro...@gmail.com on 18 Jun 2011 at 5:05