LookUp Object

Applies to QAComplete 14.3, last modified on February 19, 2024

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.

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>

See Also

LookUps_Load Operation
Choice Lists Operations

Highlight search results