How to Add "Duplicate Check" Feature to any Entity?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • partomas
    Active Community Member
    • Sep 2018
    • 331

    How to Add "Duplicate Check" Feature to any Entity?

    Hello,

    Does anyone know how to add the "Duplicate Check" feature to any entity in EspoCRM? For example, we need to implement a duplicate check for the "Product Code" field in the "Products" entity, but I couldn't find a way to do this.

    I've noticed that some entities already have this feature, while others don't. Is there a way to manage or enable it for entities?

    Any guidance or suggestions would be greatly appreciated!

    Thank you!
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    #2
    We have some experience with duplicates checking. You can create custom duplicate checking.
    Duplicate checking - EspoCRM Documentation

    Comment

    • rabii
      Active Community Member
      • Jun 2016
      • 1250

      #3
      Originally posted by partomas
      Hello,

      Does anyone know how to add the "Duplicate Check" feature to any entity in EspoCRM? For example, we need to implement a duplicate check for the "Product Code" field in the "Products" entity, but I couldn't find a way to do this.

      I've noticed that some entities already have this feature, while others don't. Is there a way to manage or enable it for entities?

      Any guidance or suggestions would be greatly appreciated!

      Thank you!
      If the product entity is part of Sales Pack then i would suggest to ask the team to add it. Latest espocrm support duplicate check configuration via UI for both create and update. However, product is not part of any entity type that exist in the system so you can raise this with support to add it in next version.
      Rabii
      Web Dev

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        It's better to use feature requests on the forum. The Support team dealing with issues. When a feature request is coming or something technical it adds additional load on the support.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          You can use API before save script https://docs.espocrm.com/administrat...e-save-script/

          There were some examples on the forum.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...