Hi
Using dynamics CRM C# sdk, how is this possible to get products of the bundle ?
*This post is locked for comments
I have the same question (0)

Hi
Using dynamics CRM C# sdk, how is this possible to get products of the bundle ?
*This post is locked for comments
I have the same question (0)Hello Babak;
You do this through querying the "ProductAssociation" table using the "productID" equals to the ID of the bundle. It is also worth noting on the product entity itself it has a productstructure field that can be used to determine if the product is a bundle or just a regular product.