I haven't seen a way to designate a field as required to be unique, e.g. "CompanyName", or a set of fields as unique, e.g. "User"-"Company".
I can code it using validation code, but that's too much code compared to toggling a flag or attribute on a field :)