CPriority

Properties

Code

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

Syntax
x = CPriority.Code
CPriority.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 = CPriority.Desc
CPriority.Desc = x

Type
String

PKId

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

Syntax
x = CPriority.PKId
CPriority.PKId = x

Type
Long