CTech

Properties

Alias

Description
This property contains the alias for a technician.

Syntax
x = CTech.Alias
CTech.Alias = x

Type
String

LocationId

Description
This property contains the PKId for the location record associated with this technician.

Syntax
x = CTech.LocationId
CTech.LocationId = x

Type
Long

PKId

Description
This property contains the PKId for the associated database record for this object.

Syntax
x = CTech.PKId
CTech.PKId = x

Type
Long

PKIdEx

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

Syntax
x = CTech.PKId
CTech.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.

Requests

Description
This property contains a collection of all the CRequest objects for this technician.

Syntax
set obj
x = CTech.Requests
set CTech.Requests = objx

Type
Collection

SkillId

Description
This property contains the associated skill PKId for this object.

Syntax
x = CTech.SkillId
CTech.SkillId = x

Type
Long

Subroutines

Term

Description
Terminates and cleans up all internal data structures.

Syntax
CAdminTech.Term ()

Remarks
Use this method prior to releasing any CAdmin objects.