Click or drag to resize
AlertType Enumeration
Correspond to specific predefined events or situations, characterized by alert generation condition and scheduling rule. Employee alerts: from Emergency till BadVerify. Customer notifications: with C prefix. Proposal alerts: with Proposal prefix. User management alerts: PwdExpiration, AssetStatus. Incident alerts: ActiveIncident, OpenIncident, IncidentUpdate.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum AlertType
Members
  Member nameValueDescription
Unknown0
Emergency1
ApptReminder2
ApptChanged3
FlaggedTech4
EscalationExpired5
AssignedWo6
BadSurevy7
OverdueWoPrior8
OverdueWo9
NewWo10
FlaggedScope11
WoCancelled12
WorkPlanComplete13
WoUnassigned14
WoOnHold15
WoPriorityChange16
VisitOverdue17
ImpairmentOverdue18
ImpairmentWellOverdue19
TenantCoiExpires20
QuoteReview21
CustomerNote22
OnSiteLatePrior23
BadVerify24
CWoCreated25
CWoPutOnHold26
CWoCancelled27
CWoPickedUp28
CWoRejected29
CApproveQuote30
CVerifyWork31
CWoCompleted32
CSendWo33
CProviderMsg34
CCustomerEstimate35
CVendorInvoice36
CCost37
CApptChange38
ProposalCurrent39 Proposal Needs Approval alert
ProposalEnds40
ProposalSkipped41
PwdExpiration42
AssetStatus43
ActiveIncident44
OpenIncident45
IncidentUpdate46
See Also