-
I am using the API Insert/Update to insert the duedatestart(activity table) field. In order to get the time portion to be correct, I need to adjust for the difference in time zones. That worked fine until the time changed this past weekend. Now everything that gets updated is an hour off. Any suggestions on the best way to handle this?
-
How do you open moethod and go to a specific customer. I want to do basically the same thing as the CRM/Outlook add-in does when you click "View in browser"
-
I am trying to create a field through the api.
The response is that it can add the field because it is no unique.
When I look in the table the field was supposed to be added to, the field is not there.
Any ideas?
-
Peter,
Is this different or better than inserting an occurence into the activity table?
Matt
-
Peter,
Thanks for catching that.
I no longer get the error, however the day check boxes still do not show up properly. (Only the Monday checkbox is ever checked. Here is the XML I insterted (I'll put it on multiple lines this time sop you can see it all):
<MI CE='WEEKLY' ...
-
Peter,
This is the italicized ...
-
I am trying to add and activity (all thru the API) and then update that activity with the RecurrenceInfo.
When I use the following to update the RecurrenceInfo field:
<MI CE='WEEKLY' ...
-
Found the problem. I had QXDEstManhrs as an integer not a decimal.
-
Thanks for the quick reply.
I tried rounding down to 4 decimal points and then 2 and I'm still getting the same error.
-
I get the above error (just did it now). Can you shed some light on the problem please.