[This is preliminary documentation and is subject to change.]

Enumerated types for the tracker field names. In tracker, the field names can be chaged via the administrator utility

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum TrackerFieldsNameId
Visual Basic (Declaration)
Public Enumeration TrackerFieldsNameId
Visual C++
public enum class TrackerFieldsNameId

Members

Member nameDescription
NotAvailable
Not available... the default value
CaseNumName
The case number name
StatusName
The status name
CriticalityName
The criticality name
CategoryName
The category name
KindName
The kind name
CreateUserName
The name of the created user field
ModifiedUserName
The name of the modified user field
CreatedDateName
The name of the created date field
ModifiedDateName
The name of the modified date field
TitleName
The name of the title
DescriptionName
The name of the description
ResolutionName
The name of the resolution
CommentsName
The name of the comment
AssignedName
The name for assigned to
UdfFieldsStart
The start of the udf fields, subsequent udf fields are given consecutive numbers from this point. Do not add any other constants after this.

See Also