The LookUp
object stores information on a choice list in the QAComplete database.
Properties
Type : string
The type of the choice list. The list of available values consists of one or several lists predefined for the specified entity and choice lists that are added for custom fields using CustomFields_AddLookUp
.
Description : string
Description of the choice list. It contains the name of the entity and description that are shown in the Item > Show Items > Tools (Actions) > Manage Choice Lists.
Values : array of strings
An array of list values.
Description : string
Description of the choice list. It contains the name of the entity and description that are shown in the Item > Show Items > Tools (Actions) > Manage Choice Lists.
Type : string
The type of the choice list. The list of available values consists of one or several lists predefined for the specified entity and choice lists that are added for custom fields using CustomFields_AddLookUp
.
Values : array of strings
An array of list values.
Relevant Operations
Example
XML
<LookUp>
<Type>BugReleaseLinkTypes</Type>
<Description>Bugs - Release Link Types</Description>
<Values>
<string>Found In</string>
<string>Fixed In</string>
</Values>
</LookUp>