Announcement

Collapse
No announcement yet.

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

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

  • 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!

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

    Comment


    • #3
      Originally posted by partomas View Post
      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


      • #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.

        Comment


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

          There were some examples on the forum.

          Comment

          Working...
          X