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

The TrackerCaseInfo type exposes the following properties.

Properties

  NameDescription
Public propertyAssignedEmailAddress
The email address of the assigned to user
Public propertyAssignedId
The id of the Assigned to user
Public propertyAssignedName
The name of the assigned to user
Public propertyCaseId
The system generated unique identifier for the tracker case.
Public propertyCaseNum
The case number of the case.
Public propertyCategory
The Category value of the case.
Public propertyCategoryId
The system generated unique identifier for the Category of the case.
Public propertyComments
the Comments of the case.
Public propertyCreatedByEmailAddress
The email Address of the user who created the case.
Public propertyCreatedById
The user identifier of the creator of the case.
Public propertyCreatedByName
The name of the creator of the case.
Public propertyCreatedDate
the created date for the case.
Public propertyCriticality
The Criticality value for the case.
Public propertyCriticalityId
The system generated unique identifier for the Criticality of the case.
Public propertyDescription
The Description of the case.
Public propertyExternalEmailAddress
The external email Address of the user who created the case. This is the email of the user if the user has created the case without logging into OfficeClip.
Public propertyIsActive
Shows whether the tracker case is Active or archived. The value is true if Active and false if archived.
Public propertyIsExternal
Shows if the creator of the case is an external user. That is if the user has created the case without logging into OfficeClip.
Public propertykind
The kind value of the case.
Public propertyKindId
The system generated unique identifier for the kind of the case.
Public propertyModifiedByEmailAddress
The email Address of the user who last modified the case.
Public propertyModifiedById
The user identifier of the user who last modified the case.
Public propertyModifiedByName
The name of the user who last modified the case.
Public propertyModifiedDate
The date on which the case was last modified.
Public propertyObjectId
The object id
Public propertyObjectTypeId
The object type id
Public propertyRegardingName
The regarding name
Public propertyResolution
The Resolution of the case.
Public propertyStatus
The status name for the case.
Public propertyStatusId
The system generated unique identifier for the case status.
Public propertyTitle
The Title of the case.
Public propertyUdfs
Returns the udf hashtable, the key is the id of the udf and the value is the value of udf in string

See Also