Hi,
I have some strange requirement for my client which I need to figure out how to achieve. I have one new custom entity created which is associated with opportunity and quote level using 1:N relationship. What I need to do is, when quote is created from opportunity,
I need to hide original its 1:N relationship navigation and instead of it display opportunity's custom entity's records. I found some blogs to do the same using overriding loadarea function. But that is not working in CRM 2013.
Anyone knows how to achieve the same?