Discussions
Understanding CPQ Rule Operators
Hello everyone,
I seem to be at a very intricate process in my CPQ. I am adding accessories, and these particular accessories should only hide if you select the wrong tool.
I have a particular accessory that is only available for "HM4" models.
I wrote the hide rule like this.
X(TOOL_SERIES_ONE/*[$="HM4"])
The Accessory Question is Multiple Choice, you can choose multiple items but the answer dictates what accessories you can pick.
Based on this rule, if I did not choose the answer in TOOL_SERIES_ONE that ends with HM4, then the answer should not appear?