Importing Notes with Created Time/Modified Time
Hello,
We are trying to import notes from our old CRM system into ZohoCRM, but it seems that we cannot make ZohoCRM preserve the original Created Time, Modified Time (and note author). We are sending the following xml (below), but the note created time in UI is shown to be the time of the request (i.e. not the actual created time of the note):
- <Notes>
- <row no="1">
- <FL val="SEMODULE">Potentials</FL>
- <FL val="SEID">640637000000146019</FL>
- <FL val="Title">Test Note - Audit Fields</FL>
- <FL val="Note Content">Test Note - Are audit fields set if specified</FL>
- <FL val="Created Time">2010-08-27 17:18:57</FL>
- <FL val="Modified Time">2010-08-27 17:18:57</FL>
- </row>
- </Notes>
Is this possible at all?
Thank you!