You need to sign in to do that
Don't have an account?

Since last week: DateTime field type problem
NOW: 2005-08-09T15:29:15.000+08.00
As of last week this worked now my Create of a new object instance in Salesforce FAILS because of an "value not of required type" error occuring on a date type field.
This is the formated date I am attempting to input htat gives me the failure
2005-08-09T15:29:15.000+08.00
Help
As of last week this worked now my Create of a new object instance in Salesforce FAILS because of an "value not of required type" error occuring on a date type field.
This is the formated date I am attempting to input htat gives me the failure
2005-08-09T15:29:15.000+08.00
Help
create_OpptyCount : Error: Extract Date: value not of required type: 2005-08-09T15:29:15.000+08.00
-------------------------------------------------
I had the same trouble here where date was transfered as a string and sf didn't like it. No matter how nice and standard conforming it looked.
----
----