Make additional user attributes mandatory or optional for each connection
Selecting attributes is not mandatory during a request creation. Use this xml to mark attributes to be mandatory per connection.
To configure the xml setting:
| XML file name and path | [InstallPath]\Settings\AdditionalUserAttributes.xml |
| Tag | <connections> |
| Node | <connection id="" required="true" browsable="true" name=""></connection> |
| Configuration setting | Set the value of required to:
Note: If an attribute is configured to be mandatory or browsable for a connection, the connection node should be present for each connection where the attribute value is to be specified during request creation.
|
| Default | The default value is false. |