All,
I have a custom entity called "Order" with a sub-grid of pointing to the "Contact" entity (many-to-many r/ship between "Order" and "Contact"). I also have another entity "Invoice" that has a lookup
field linking to the "Order" entity. I am trying to display the Contact sub-grid that's on the Order entity on the "Invocie" entity. I am thinking the only to do this is via an IFrame. Has anyone worked on a
similar implementation?