Conditional Visibility
Content
Hello to all,
We are trying to implement conditional visibility using a value list and create "Option Visibility" rules to show and hide Items in the list using the latest version of OPA, in debug is working perfectly, but we cannot make it work in our OSC site, there's no condition related in the webservice to make it work
Version
Oracle Policy Automation 17DCode Snippet
<typ:text-control id="global_global_a_testlist" caption="Test Value List" control-state="mandatory" width="250" attribute-id="testlist" attribute-type="text" input-control-type="radio-button" control-orientation="vertical"> <typ:current-value> <typ:text-val>Item 1</typ:text-val> </typ:current-value> <typ:list-options> <typ:list-option display-text=""> <typ:uncertain-val/> </typ:list-option> <typ:list-option display-text="Item 1"> <typ:text-val>Item 1</typ:text-val> </typ:list-option> <typ:list-option display-text="Item 2">
0