You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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 17D

Code 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">
    

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!