Unique value condition

Unique value condition

marcasmar94marcasmar94 Posts: 9Questions: 3Answers: 1
edited May 2019 in Free community support

Hello,

I was wondering how can we prevent someone from inserting a new value in a record if that value already exists ?

example: Name, Last Name, Username (the username should be unique)

Using .NET

Thank you

Answers

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    Hi,

    The Unique validator provided by the NET libraries for Editor sounds perfect for what you are looking for

    Allan

This discussion has been closed.