Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
How can I test in which Context (Product) I am in an OIR?
Tried some EqualsTest[String] but nothing worked so far.
How MyProductName should be represented to construct a valid test below?
Or is there a way to do String comparison?
<Value algorithm="wt.rule.algorithm.CaseBranch"> |
<Value algorithm="wt.rule.algorithm.EqualsTest"> |
<Attr id="containerReference"/> |
<Arg>MyProductName</Arg> |
</Value> |
<Arg>Default</Arg> |
<Arg>Basic</Arg> |
</Value> |
Thanks
Solved! Go to Solution.
tested with <Attr id="containerName"/>, this seems to be the Product name
tested with <Attr id="containerName"/>, this seems to be the Product name