constraint on more then one attribute

2
is it possible to create such a validation rule that more then one attribute is checked for uniqueness?
asked
1 answers
3

Do you mean that you want to check multiple attributes to see whether they are unique, or do you want a value to be unique across a number of attributes?

The first option is easy, simply add multiple validation rules.

The second option would probably best be implemented using a before-commit microflow.

answered