Hi there, this is a two part question.
My Account entity can be associated to one or many Schools. When a user wants to create a new school, before the record can be saved, the system must check:
Does this school, based on the name value, belong to any other account?
If the school name is found on another account, the school cannot be added to the system.
Is there a way to configure this in the system without code?
Thank you!