Hi
This may take a bit of explaining but here it goes
Within CRM 2013 there is an Entity called orders, within order items from a separate Entity called Products
For an order the user can select which products are going with the order via some sort of grid
My problem is that I need to know what products have actually been selected by the user for the order.
I'm going to use a QueryExpression where I can select the entity products and get the
products names, but how to I use the filter part of the query to only retrieve selected products.
Also, I haven't come across this Grid
before so I'm not quite sure how to actually retrieve the required data from the grid.
Thanks, Shaun
S.Harrison