Skip to content

[SP3] Contact ConnectWise support regarding duplicate activities #1

@oynp

Description

@oynp

As a Developer, I would like to contact ConnectWise support regarding the issue found recently about duplicate activities so that we know what should we do to fix this (or let them fix it for us).

NOTE
This week, I notice that ConnectWise api might just updated to a new version. Right now, if we create activity, either from our plugin or via postman, duplicate activities will be created. I checked their DOC and seems like we create them correctly so this might be from their end.

Here is the data I used.

{
    "id": 0,
    "name": "Test new Activity",
    "type": {
      "id": 1
    },
    "company": {
      "identifier": "TestCOMP5180616"
    },
    "contact": {
      "id": 543,
      "name": "Navarat Pramuksun"
    },
    "opportunity": {
      "id": 410,
      "name": "New Opportunity from page: Opp"
    },
    "dateStart": "2016-06-18T08:49:28Z",
    "dateEnd": "2016-06-18T08:49:28Z",
    "assignTo": {
      "identifier": "Admin1"
    },
    "status": {
      "name": "Open"
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions