Hi All,
I need to associate products to orders.
I'm doing so now my adding data to the salesorderdetail entity.
My scenario now is i first need to get the productid which i need to add to the salesorderdetail entity.
So what i'm doing now is i first send a parameter to the product entity e.g productLookup which is a field in another system to product entity to get the productid.
and then then insert this to the salesorderdetail entity to associate products to entity.
Is this a good approach and is there a better way to do a lookup apart from using a queryexpression filter.
Thanks in advance