Announcement

Collapse
No announcement yet.

Import Secondary Contacts duplicates

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    Import Secondary Contacts duplicates

    No matter how I slice it, whenever I import secondary contacts via Excel I get duplicate contacts...

    I've tried adding to the import Excel Sheet:
    Accounts - Record ID
    Record ID

    Not sure what I'm doing wrong, but I CANNOT get it to UPDATE instead of creating new secondary contacts....

    Also - is there an automated CLI method to import, or ONLY the GUI? If I want automation is my only option to write my own API?

    Thanks!

    Re: Import Secondary Contacts duplicates

    Thank you for posting this. In case you have the Record ID field value (which is a unique identifier of the record) for each Contact in the file you try to import, you should use Import Accounts option (unlike the Secondary Contacts import option) and map the Record ID field. This should update existing Secondary Contacts records instead of creating new ones.

    The built-in import wizard can be run only using RangerMSP client and cannot be automated, unless you create your own application using our API.

    Hope this helps.

    Comment


      Re: Import Secondary Contacts duplicates

      Ok, so this all seems moot then.. for this to be useful I need it to be automated.

      Is there any intention of CommitCRM to develop any CLI tools to move data in/out, (and/or) is there a place where customers have collaborated tools built with the API?

      Comment


        Re: Import Secondary Contacts duplicates

        ​The client options to import data are built into RangerMSP.
        Each use the API to their needs. Basically to write a program that imports automatically you'll need to have it loop the records of the data source, create an API object (Account/Asset/Charge/etc.) and add it to RangerMSP, overall a straight forward process.

        Hope this helps.​

        Comment

        Working...
        X