Author Topic: Is there an option to have unique values with inline editing  (Read 307 times)

neoinbiz

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 22
    • View Profile
Is there an option to have unique values with inline editing
« on: October 12, 2022, 12:22:20 am »
Is there an option to force unique values for inline editing?
I have a field named "Priority" and it contains a number EX..... 1-100.
I want this field not to be able to use the same number twice for this field. Is this an option?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Is there an option to have unique values with inline editing
« Reply #1 on: October 13, 2022, 09:07:06 pm »
There is no inbuilt option for that.

It can be checked programmatically in beforeValidate event and return false if duplicate entry found.