Set a permissible values list for a connection

By default, a text box is displayed on the requests page for providing permissible values for attributes per connection. Configure this xml to define a permissible values list. A drop-down list is then displayed on the requests page and permissible values can be selected for each connection.

permissiblevalue for each selected connection

Configure the xml as :

XML file name and path [InstallPath]\Settings\AdditionalUserAttributes_ORCL.xml
Tag <connections>
Node <connection id="" required="false" browsable="false" name="Connection Name">,

<permissiblevalue value="10">10</permissiblevalue>

Configuration setting
  • Locate the <connections> tag and uncomment it.
  • Locate the node <connection id="" required="false" browsable="false" name="Connection Name"> and provide the connection name.
  • Locate the node <permissiblevalue value="10">10</permissiblevalue> and then set the permissible values in the node.
Default

By default, permissible values are not set.