I have a module with 4 fields id1, id2, name, address. a record is unique when it is distinct combination is id1 and id2 together.
i am trying to set this up and
i dont see a validation tab, i only see unique values tab
though i add id1 and id2 both under unique contraint #1 it still looks for uniqueness in id1 and id2 separately.
please let me know how i can get around this.
When trying this, it is still checking unique values for a field individually.
But i am trying for unique (Personal User, Tenant) combined tuples.
(version=2023.9.8).