Help with Mongo filter on Transaction Dynamic Menu
Summary:
- I want to dynamically filter a dynamic menu. I have an attribute that contains a comma delimited string that I want to use to filter. I get The query is invalid. See Online Help for more information on MongoDB query syntax. Unfortunately online help refers me to https://www.mongodb.com/ which is not necessarily meant for CPQ.
- My goal is to populate a menu with options that are specific to the quote.
Content (required):
- Based on mongodb and other customer connect articles, I would think that I could do something like:
- {SKU: {$in: [|qualifiedforBundleDiscountItems|]}} - it doesn't like this
Tagged:
0