Hi everyone.
The organization I'm configuring Dynamics Sales for, has the following strategy:
- Each product can be sold separately
- Products can be associated with a bundle, which has its own price
- Products can be removed from bundles in the context of an opportunity
- Bundles should keep their price regardless of the items within. If I remove products from the bundle (in the context of an opportunity), the overall price of the bundle should be kept.
I think condition 3 and 4 go against each other, in regard to the OOTB behavior of the tool. In particular, condition 1 requires me to define a price for each product. However, if I set such products as required in the bundle I'm not allowed to remove them in the context of the opportunity. If instead I set them as optional, their single price is added to the bundle price.
I also fear that such "optional" price appears in the document I need to generate, while my requirement would be to show every price at 0 except for the bundle one.
Do you confirm I need to set all products as optional in the bundles and setup a custom price engine for the E2E Opportunity to Order chain of entities to skip adding up of optional products price?
Thanks