Is it possible to create a unique constraint based on two fields? For example, a Services object has the fields Name and Organization. I want name and organization to be unique.
Organization 1 can have Name = Labor
Organization 2 can have Name = Labor
But Organization 1 can't have Name = Labor twice.
Any thoughts?