Hi there!
How can I achieve a sub-grid on entity A showing records from B related to the current one, together with records from B related to the parent of A (also of type A)?
Say you have an opportunity OppC with parent OppP.
OppC has a related record from a custom entity. Call the record CustC.
Similarly, OppP has a related record CustP.
What I'm trying to achieve is a sub-grid on OppC that shows me both CustC and CustP.
(Or, if that's not possible, only CustP).
Works just awesome when I try it in the fetch xml builder, but doesn't seem to work in practice (that is when I use the custom view in the grid).
Looking forward to your ideas!