Populate scheduledstart on Activity using SDK
I am attempting to create activity records (letteractivity, #141) from an
external application and have been successful except for populating the
field which corresponds to the "Due" field on the activity detail screen.
I believe the corresponding field to be 'scheduledstart'.
Among my failed attempts were XML statements containing:
<scheduledstart date="02/22/2005" time="2:30 PM" />
and
<scheduledstart>2005-02-25T14:30-08:00</scheduledstart>
For the first, the activity is created properly, but the scheduled start
date is not filled in.
The second returns a SOAP Exception stating the date format passed in is not
a correct format.
What do I need to do to populate the date correctly?
|