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
NikkiNikki 

Field Integrity Exception

When attempting to add events through the xmlrpc api I get a field integrity exception.  dueDateTime is a required field, but I can't seem to find the accepted format for that field.  This is a piece of test code - in order to get the date I use the following java code.

Calendar c = Calendar.getInstance();

Date newDate = c.getTime();

Any suggestions?

benjasikbenjasik
This post may help you out with the date format:

http://forums.sforce.com/sforce/board/message?board.id=NET_development&message.id=244

It will look something like:

20031209T00:00:00

In the posted data.