Trac List Element

Trace Lists display a list of incoming/outgoing traces per type, with ID and Title at the top of the form.

The Trace List contains the same information as the Trace To and Trace From Tabs in the Detail view, just in a more prominent position.

XML Elements

Trace List

Defines the trace list.

  <TraceLists>
    <TraceList Name="Implements Change Request" TraceDirection="Incoming" TraceTypeName="Change Request" HideIfEmpty="false"/>
  </TraceLists>

XML Attributes

Name

The name of the trace list, displayed at the top of the list.

TraceTypeName (required)

The name of the traced type.

TraceDirection (required, incoming/outgoing)

Defines the expected direction of the trace.

HideIfEmpty (optional, default false)

If set to false, an empty list is displayed if no traces (as specified) exist.

If set to true, the list is not displayed if no traces (as specified) exist.

Last updated

Was this helpful?