Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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