How to disable Create button which appear when duplicate record is found.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • william34
    Junior Member
    • Jun 2023
    • 21

    How to disable Create button which appear when duplicate record is found.

    Hi,
    When I try to create a duplicate record it shows 'Create' button which still allow creating record.
    How can I disable it.

  • yuri
    Member
    • Mar 2014
    • 8624

    #2
    Hi,

    Not possible w/o changing code. Workaround: API Before-Save script that will re-check duplicates and throw an error regardless duplicate checking is suppressed (`recordService\skipDuplicateCheck`).
    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

    • william34
      Junior Member
      • Jun 2023
      • 21

      #3
      Hi yuri​,
      Thanks for the help

      Comment

      Working...