CReqDetail

Properties

DetailText

Description
This property contains the detail text of the help request detail.

Syntax
x = CReqDetail.DetailText
CReqDetail.DetailText = x

Type
String

DetDate

Description
This property contains the date when the detail record was created.

Syntax
x = CReqDetail.DetDate
CReqDetail.DetDate = x

Type
Date

DetId

Description
This property contains the PKId of the response record for the detail.

Syntax
x = CReqDetail.DetId
CReqDetail.DetId = x

Type
Long

Remarks
DetId can contain one of many PKIds. The actual response record is determined by reading the DetTypeId and acting accordingly.

DetTypeId

Description
This property contains the PKId of the record describing the record's detail type.

Syntax
x = CReqDetail.DetTypeId
CReqDetail.DetTypeId = x

Type
Long

Remarks
This value is system dependant and can be a range of values.

PKId

Description
This property contains the database PKId of the ReqDetail object.

Syntax
x = CReqDetail.PKId
CReqDetail.PKId = x

Type
Long

PKIdEx

Description
This property contains the database PKId of the ReqDetail object.

Syntax
x = CReqDetail.PKId
CReqDetail.PKId = x

Type
long

Remarks
This property differs from the PKId property in that when this property is accessed, the rest of the data associated with the object is retrieved.

Request

Description
This property contains the CRequest object associated with this detail record.

Syntax
set obj = CReqDetail.Request
set CReqDetail.Request = obj

Type
CRequest

Tech

Description
This property contains the CTech object associated with this detail record.

Syntax
set obj = CReqDetail.Tech
set CReqDetail.Tech = obj

Type
CTech

Subroutines

Term

Description
Terminates and cleans up all internal data structures.

Syntax
CAdmin7 ReqDetail.Term ()

Remarks
Use this method prior to releasing any CAdmin objects.