i have a custom record and when creating a new instance of this record, I would like to check if the name of the record already exists, ideally when the user has typed into the field and notify the user if the name already exists. alternatively, this alert should appear before saving the record. what's the most efficient way of doing this? right now, I am thinking of loading a saved search and checking if the field value exists.