Hello friends
I have got my head around the concept of mapping using 1:N relationships. However, in practice, I'm finding there are obstacles to making it work.
Example;
I have a new field I created called 'Supplier Name' which exists in both the Accounts and Opportunities entities. Naturally what I want to do is, for any new Opportunity, choose the 'Supplier Name' on the job and have that linked to their 'Account' (ie. also 'Supplier Name' field).
In the new mappings section, my lookup field is this 'Supplier Name' field, and I've made sure the Display Name and Name both align to this field; but the error message I get is 'a field with this name already exists. Please choose a unique name'.
Isn't this the point of lookup though, to link two fields that already exist?
Is there another way to do this?
If someone could assist me in what I am doing wrong, that would be great. Thank you!