Announcement

Collapse
No announcement yet.

Querying Event Record IDs

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    Querying Event Record IDs

    I'm working on creating a module to synchronize CommitCRM events with Google Calendars, but when I query record IDs with the data kind of "TASK" or "APPOINTMENT" using the function CmtGetQueryRecIds(), the API function returns error code 3100, which isn't listed in the documentation. The error description as returned by CmtGetDescriptionByCode() is garbage data.

    The same code works to query every other data kind, so I'm not sure what I'm doing wrong here.

    Also, once I have a record ID for an event, I can query fields from that record without a problem.

    Re: Querying Event Record IDs

    To add more information, this is the XML request being passed to CmtGetQueryRecIds():

    https://gist.github.com/jakogut/0795eb6eed4ac13c5795

    Comment


      Re: Querying Event Record IDs

      Thanks for posting. We will look into that and post back once we have some feedback.

      Comment


        Re: Querying Event Record IDs

        Update: We've found a small glitch with supporting this query, that is one that is based on the Done field, and we have already introduced a fix. Anyone that query the API based on this field can get a copy of it by emailing us at support@... Thanks!

        Comment

        Working...
        X