ServiceCallDocumentCriteria


Description

Specifies the set of criteria to use when retrieving a service call document object. Only service call documents that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

ServiceTypeId

LikeRestrictionOfString

A string restriction specifying the ID of the service type.

TechnicianId

LikeRestrictionOfString

A string restriction specifying the technician ID for the service call document.

StatusCodeId

LikeRestrictionOfString

A string restriction specifying the status code ID for the service call document.

Scope

ServiceCallDocumentScope

A property in criteria used to determine the level of filtering to be used when returning service call document data.


Inherits from

ServiceDocumentCriteria


Documentation Feedback