Define an attribute to be mandatory or optional

By default, selecting additional user attributes is not mandatory while creating requests. Change this xml to mark attributes to be mandatory per connection.

Attribute to be mandatory for connections.xml

Configure the xml as:

XML file name and path [InstallPath]\Settings\ AdditionalUserAttributes_ORCL.xml
Tag <connections>
Node

Add the following new node <connections> within the user attribute section.

<connections>

<connection id=" required="true" browsable=’true’ name=’<Connection Name>

</connections>

Note: If an attribute is configured to be mandatory or can be browsed for a connection, the connection node should be present for each connection where the attribute value is to be specified during request creation. Although Oracle requests do not support multiple connections, additional user attributes can be configured per connection.
Configuration setting Change <Connection Name> to the actual connection name in IRC.

Set the value of required to:

  • true - To make an attribute mandatory.
  • false - To make an attribute optional.
Default The default value is false.