function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aaron Persich 9Aaron Persich 9 

Complex Flow for Opportunity Line Items

Hello,
 
I am trying to build a product configurator using a flow and would like to build an “inclusion” rule.  The flow query’s on products using a dynamic choice.  When the user selects the product, then it will be added to the opportunity line items.  This part works but I would like to systematically add the associated support SKU to the line items.  I have created a custom object and lookup field to the products.  This object is labeled “Inclusion Products” which has the associated bundle product.  I need to figure out how to query on this object and product to populate on the opportunity line items.  I also need to query on the correct price book.
 
For example:
 
If the user selects 100-E for Ethernet rated at 10 Mbps throughput  product as the dynamic choice then I would like the associated HS-SW-100-E-GOLD

Any Help is much appreciated.

Here are some screenshots

User-added image

User-added image

User-added image

User-added image

User-added image