Announcement

Collapse
No announcement yet.

How to prevent duplicate check on record creation

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

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

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

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

    Comment

    Working...
    X