Description
This property contains the code for a particular collection entity.
Syntax
x = CReqStatus.Code
CReqStatus.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=".
Description
This property contains the description for a particular collection entity.
Syntax
x = CReqStatus.Desc
CReqStatus.Desc = x
Type
String
Description
This property contains the database primary key ID of the ReqStatus object.
Syntax
x = CReqStatus.PKId
CReqStatus.PKId = x
Type
Long