can Anyone Suggest me how to fetch Composition(one to many) rows in a table?
I have two class called purchase request and purchase order.
purchase RequestLine entity is a Composition(one to many) in the purchase request.
purchase OrderLine entity is a composition(one to many) in Purchase Order.
I need to copy all the Composition values in purchase request Class to Purchase Order Class.
What I am trying to achieve is when I create a record in one class (purchase request) and click on the copy button, all of the record including the composition values should be copied to another class (purchaseOrder)
For your convenience, I am attaching the sample project which I am working on can u help me to access composition values with respect to that project.