Based on configuration attributes: Fortify Scan Size (Small, Medium, Big) and Fortify Scan Type (Basic, Advanced) I need to select proper combination of quantities for two products:
BASIC:
Quantity in MDs: | Small (<50k LoC) | Medium (<200k LoC) | Big (>200k LoC)
Project Manager | 0,1 | 0,1 | 0,2
Engineer | 0,5 | 1 | 2
ADVANCED
Quantity in MDs: | Small (<50k LoC) | Medium (<200k LoC) | Big (>200k LoC)
Project Manager | 0,1 | 0,25 | 0,5
Engineer | 1 | 2,5 | 5
I have tried everything, product rules, constraint options, price rules and have not find solution that would be easy to maintain and easy to use by users.
Best option would be to use Configuration attributes to filter Product Options, but that can be only done based on same field on product directly, which will not work for my scenario.
Thank you for any ideas!
Svata
2 个回答
Hi Svata!
I think using Lookup Queries with Product Rules might be the answer to your problem - https://help.salesforce.com/articleView?id=cpq_lq_product_rules.htm&type=0
Take a look at this blog post to see how to set up a custom Lookup Object - https://milomassimo.com/Salesforce-CPQ-Lookup-Objects.html