Hi
I have one requirement to get data from two different BO, for now i have used different embedded component(EC) with two different BO's data filled in advanced list pane. for example i want products from sales order and that product's purchase orders data from PurchaseOrder BO. for now i have passed product id from one EC(which shows all items sales orders data) to another EC and pulled data from PurchaseOrder's BO.
My doubt is can we join these two BO ie. SalesOrder and PurchaseOrder BO with common productid element. and pull data in single advanced list pane?
I tried with association concept but it creates new custom BO under that it shows sales order bo with all nodes but purchaseorders bo with very few node.