1
0
-1
  1. Camilo A. García

    Can you expand the question?

    Depending on the storage method, the system actually prevents you from saving identical records, securing it with a unique ID (for example through multirow).

    However, if, for example, you want to prevent a field from taking the same value in two or more records, you would have to develop a validation of the list through beanshell.

  2. raccoon

    i 'am using a form, and from that form i make a datalist. Do i have to use beanshell ?If yes can you link me some code example to make that ? 
    Regards 

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hi, in your form you can use the Duplicate Value Validator to prevent identical records from being created.

      CommentAdd your comment...