How to prevent duplicate check on record creation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abisbe
    Member
    • May 2021
    • 60

    How to prevent duplicate check on record creation

    Hi everyone,

    I'm struggling to find where I can deactivate for a custom person entity, the duplicate check, as I want to create duplicated records from a third party, and the duplicate warning prevents me from doing it. (Probably a mistake to make it a Person type entity)
    I recall finding the solution, but couldn't find it in the forum. I remember editing the entity somewhere and making it not check for duplicates, but I can't find it.

    Any help would be appreciated!

    Thank you.
  • lazovic
    Super Moderator
    • Jan 2022
    • 809

    #2
    Hi abisbe,

    This post may be useful for you: https://forum.espocrm.com/forum/gene...stname-via-api.

    Comment


    • abisbe
      abisbe commented
      Editing a comment
      Thaaaank you!! That's the one I was looking for!
  • yuri
    Member
    • Mar 2014
    • 8440

    #3
    You need to add a header. See in docs https://docs.espocrm.com/development/api/crud/#create

    Parameter in JSON won't work in future (or it's already does not work, not sure).
    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...