Enable an auto suggest control and browse window for each attribute
By default, a text box is displayed for an attribute. Use the XML to enable an auto suggest control and a browse window for an attribute.
browsable-true
Setting | Description |
---|---|
XML file name and path | [InstallPath]\Settings\AdditionalUserAttributes_PSFTFI.xml or AdditionalUserAttributes_PSFTHR.xml |
Tag | <connections> |
Node | <connection id="" required="false" browsable="true"
name="Connection Name"> |
Configuration setting | Set the value of browsable to:
Note: Values will be displayed in the browse window only if that attribute has
been extracted and the connection node is present for each connection where
the attribute value is to be specified during request creation.
|
Default | The default value is False. |
Values will be displayed in the browse window only if that attribute has been extracted.
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. The additional user attributes can be configured per connection.
Note:
- To make the above xml files valid, enter both the attribute value and inner text.
- In the above xml
files, the permissible value takes precedence over the tag
browsable
and the user attributes are not visible on the user interface even after setting the value of thebrowsable
tag to true. In order to display the additional user attributes, comment the permissible values at connection level and global level. - Permissible values should be configured either at connection level or at global level.
Refer this screenshot to configure these settings: Permissible values configured for connection level or global level