Announcement

Collapse
No announcement yet.

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

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

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


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

    Comment


    • #3
      Hi yuri​,
      Thanks for the help

      Comment

      Working...
      X