CReqDetType

Properties

Code

Description
This property contains the code for a particular collection entity.

Syntax
x = CReqDetType.Code
CReqDetType.Code = x

Type
String

Remarks
Because a collection cannot have a numeric code, the HelpDesk sample stores "stringized" numeric values. That is, the number is converted to a string and prefixed with a predetermined string constant, which for HelpDesk is "ID=".

Desc

Description
This property contains the description for a particular collection entity.

Syntax
x = CReqDetType.Desc
CReqDetType.Desc = x

Type
String

PKId

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

Syntax
x = CReqDetType.PKId
CReqDetType.PKId = x

Type
Long