Hello,
I would like to prevent Contacts being inserted into the database when inserted Contact:
firstname + ', ' + lastname + ', ' + workphone
is identical with existing Contacts:
firstname + ', ' + lastname + ', ' + workphone
Can this be done with an Insert Trigger and if so, how? Thank you in advance,
Lars