Click or drag to resize
Employee Class
Represent employees or organizations. Employee is a hierarchical object representing a person or organization who is a part of instance’s workforce. Main purpose of Employees is to be assigned to Work Order and execute them. Web service access scope - Full access
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesEmployee

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Employee : RemovableCorrigoEntity

The Employee type exposes the following members.

Properties
  NameDescription
Public propertyAccessToAllWorkZones
True means Technician has access to all work zones and thus his Team, Portfolio and direct Work Zone scope are irrelevant for determining list of accessible work zones.
Public propertyActorTypeId
Actor type, supported values are ActorType.Employee and ActorType.Provider (Technicians and Providers). Is required.
Public propertyAddress
Address
Public propertyAlertSubscriptions
Alert Subscriptions
Public propertyBillAtZero
True indicates “dedicated” Technicians whose salary is paid by Customer and whose work thus should be billed at zero rate (affects WO billing logic). This field is not used by Providers.
Public propertyContactAddresses
Contact Addresses
Public propertyCustomerGroups
Customer Groups
Public propertyCustomFields
Custom Fields
Public propertyDefaultPriceList
Default Price List
Public propertyDisplayAs
Displayable name. Max Length=256. Is required.
Public propertyDtPwdChange
Date (no time part) when password was set/changed last time; based on server time. This value is used by code enforcing password policies. This field is not used by Providers.
Public propertyExternalId
Used by Providers. Max Length=64.
Public propertyFederalId
Federal ID#. Used for tax purposes. Max Length=64.
Public propertyFirstName
First name. Max Length=80. Is required.
Public propertyForcePasswordReset
True means Technician must reset his password upon login. This field is not used by Providers.
Public propertyFreeTextAllowed
True means Provider can enter free-text entries (i.e. not based on price list imposed by requestor) when preparing invoices. This field is not used by Technicians.
Public propertyInstructions
Special instructions. This field contains HTML message shown to the end user when new WO is created. Max Length=3072.
Public propertyIsElectronicPayment
True means Provider prefers electronic payments. This field is not used by Technicians.
Public propertyIsSupplier
Used by Providers. True means particular Provider can be used as Supplier. Obsolete. Disabled for writing since 9.6su1.
Public propertyJobTitle
Job Title. Max Length=256.
Public propertyLabelId
User-defined Provider label. This field is not used by Technicians.
Public propertyLanguageId
Preferred language.
Public propertyLastName
Last name. Max Length=176. Is required.
Public propertyLimitAssignmentByPortfolioId
Defines Portfolio-based restriction for WO assignment; used only for Providers. Non-zero value means Provider can be assigned only to WOs within specified Portfolio. For Technicians this field is always zero.
Public propertyNumber
Number (often used as integration key). Max Length=64.
Public propertyOrganization
Organization
Public propertyPassword
User’s password for login. Max Length=64. Is required.
Public propertyPayRates
Pay Rates
Public propertyPortfolios
Portfolios
Public propertyPriceLists
Price Lists
Public propertyProviderInvitedOn
Date (no time part) when Provider was invited to WON (Work Order Network) last time. This field is not used by Technicians.
Public propertyProviderStatusId
WON (Work Order Network) status. This field is computed automatically in response to modifications for certain fields.
Public propertyProviderTypeId
Used by Providers. Defines provider type based on enumeration (Regular, Supplier, Landlord). Tied with Is Supplier for backward compatibility.
Public propertyRadiusUnit
Stores units for service radius. Supported values are kilometers and miles.
Public propertyRole
Role, required for Technicians; not used by Providers. Is required.
Public propertyServices
Services
Public propertySpecialties
Specialties
Public propertyStockLocations
Stock Locations
Public propertyTaxExempt
Used by Providers. True means particular Provider is tax-exempt. It affects tax validation for Vendor Invoice.
Public propertyTaxWarnOnly
True means application will warn provider when tax validation for his invoice fails – rather than rejecting it. In other words, this provider is treated exceptionally.
Public propertyTeams
Teams
Public propertyUsername
User ID. Providers typically use GUID for this field. This field is unique for non-deleted Employees. Max Length=256. Is required.
Public propertyWonLocationId
WON (Work Order Network) location ID; This field is not used by Technicians. Setting this field for Providers affects WON status ID.
Public propertyWonMemberId
WON (Work Order Network) member ID; non-zero indicates connected Providers. This field is not used by Technicians. Setting this field for Providers affects WON status ID.
Public propertyWonServiceRadius
Service radius in miles or kilometers, depending on WonRadiusType value. This field is defined only for non-connected Providers and ignored by other types of Employees; it’s used by provider search routines. Supported values are 0 – 10000. Is required.
Public propertyWorkZones
Work Zones
Top
See Also