Announcement

Collapse
No announcement yet.

import, duplicates, fields to check

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • import, duplicates, fields to check

    Hi,

    is there a possibility to select the fields to be checked for duplicates when running import (for example: "email only")? Where to edit this?

    Thank you.

  • #2
    Hi

    Only manually in code. It's available in Service classes.

    Comment


    • #3
      Hi,

      could you specify this. Should the importexport.class be modified? Thanks

      Comment


      • #4
        Use as example one of the existing class application/Espo/Modules/Crm/Services/Contact.php

        Method getDuplicateWhereClause

        Create your extended service class in cusrom directory.

        Code is well readable.

        Comment

        Working...
        X