I have a relationship that was created between the Account and Opportunity entities due to the creation of an Account lookup field that was added to the Opp entity. The point of this lookup field is to track a third party account that is part of the sale effort but not the customer/prospect.
The problem is that when an opportunity is created from within the potential customer's account, this relationship and its mapping is auto-populating this third party account lookup field with the customer's account in addition to the potential customer field. I don't want this.
I'd like to avoid any need to write a plug-in to stop this (and I'm not sure I can even do that with a quick create form anyways). I've found out I can't delete the mapping. But can I safely delete the relationship without breaking the lookup field?
*This post is locked for comments