Block Creating Duplicate Entry

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sapyantuk
    Senior Member
    • Oct 2020
    • 265

    Block Creating Duplicate Entry

    Hello Devloper,

    I am using espo crm for my company. i am not being able to achieve one funcationality

    i want to block user from creating multiple record on same entity. user should be able to create only one record in one day.

    how can we achive this ?

    Thanks in advance
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #2
    You need custom code, check out the ACL customisation it might help. https://docs.espocrm.com/development/acl/
    Rabii
    Web Dev

    Comment

    • yuri
      Member
      • Mar 2014
      • 8455

      #3
      No need to create duplicate topics if different sections. I already asked you and removed a few duplicate topics, You create additional work for moderators. It's annoying.
      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

      • dimyy
        Active Community Member
        • Jun 2018
        • 569

        #4
        Adding a unique index [created By, date] will solve the problem.
        It may be necessary to add a date field, without time

        An error will occur when trying to save an Entity.

        Comment

        Working...