Description
This property contains the alias for a technician.
Syntax
x = CTech.Alias
CTech.Alias = x
Type
String
Description
This property contains the PKId for the location record associated with this technician.
Syntax
x = CTech.LocationId
CTech.LocationId = x
Type
Long
Description
This property contains the PKId for the associated database record for this object.
Syntax
x = CTech.PKId
CTech.PKId = x
Type
Long
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.
Description
This property contains a collection of all the CRequest objects for this technician.
Syntax
set objx = CTech.Requests
set CTech.Requests = objx
Type
Collection
Description
This property contains the associated skill PKId for this object.
Syntax
x = CTech.SkillId
CTech.SkillId = x
Type
Long
Description
Terminates and cleans up all internal data structures.
Syntax
CAdminTech.Term ()
Remarks
Use this method prior to releasing any CAdmin objects.