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
[SerializableAttribute]
public enum AlertType
Members
Member nameValueDescription
Unknown0 
Emergency1 
ApptReminder2 
ApptChanged3 
FlaggedTech4 
EscalationExpired5 
AssignedWo6 
OverdueWoPrior7 
OverdueWo8 
NewWo9 
FlaggedScope10 
WoCancelled11 
WorkPlanComplete12 
WoUnassigned13 
WoOnHold14 
WoPriorityChange15 
VisitOverdue16 
ImpairmentOverdue17 
ImpairmentWellOverdue18 
TenantCoiExpires19 
QuoteReview20 
BadSurevy21 
CustomerNoteAssignee22 
CustomerNoteScope23 
OnSiteLatePrior24 
BadVerify25 
CWoCreated26 
CWoPutOnHold27 
CWoCancelled28 
CWoPickedUp29 
CWoRejected30 
CApproveQuote31 
CVerifyWork32 
CWoCompleted33 
CSendWo34 
CProviderMsg35 
CCustomerEstimate36 
CVendorInvoice37 
CCost38 
CApptChange39 
ProposalCurrent40 Proposal Needs Approval alert
ProposalEnds41 
ProposalSkipped42 
PwdExpiration43 
AssetStatus44 
ActiveIncident45 
OpenIncident46 
IncidentUpdate47 
CpPwdExpiration48 
ProDisconnect49 
CriticalFacilitiesCurrent50 
CriticalFacilitiesEnds51 
OfflineDownloadTimeoutExpires52 
OfflineDownloadStatusIsReleased53 Offline Download status is released
IncidentDraft54 
WorkOrderRenamed55 Renamed alert
CriticalFacilitiesCreateIncidentProposalRequest56 Critical Facilities Create Incident Approval Required
CriticalFacilitiesReviewIncidentProposalRequest57 Critical Facilities Review Incident Approval Required
CriticalFacilitiesCreateIncidentApprovalRequestStatusChanged58 Critical Facilities Create Incident Approval Request Status Changed
CriticalFacilitiesReviewIncidentApprovalRequestStatusChanged59 Critical Facilities Review Incident Approval Request Status Changed
WoMessageSentAlertType60 Message Sent alert type placeholder
RoundsCreatedWithAssignment61 Rounds created with assignment or [re]assigned (for users in a Requestor's instance)
RoundsReassignedProvider62 Rounds reassigned (for users in a Provider's instance)
RoundsAssignmentRemoved63 Rounds assignment removed from assignee (or Rounds recall or reject) both for Requestor's and Provider's users
RoundsRejected64 Provider rejected Rounds
RoundsCancelled65 Rounds cancelled (for users in a Requestor's instance)
RoundsRecalled66 Rounds recalled (for users in a Provider's instance)
RoundsNotAccepted67 Rounds is not accepted
RoundsEwEnding68 Execution Window ending (for a Requestor's instance)
RoundsEwEndingProvider69 Execution Window ending (for a Provider’s instance)
RoundsMultipleGenerated70 Multiple Rounds generated with assignment to the same user within the same Rounds Schedule (for users in a Requestor’s instance)
RoundsMissed71 Rounds missed. Once moves to Missed status
RoundsIncomplete72 Rounds incomplete. Once exit the Execution window.
RoundsPaused73 Rounds is paused and not completed (for a Requestor's instance)
RoundsPausedProvider74 Rounds is paused and not completed (for a Provider's instance)
RoundsNotAssigned75 Rounds is not assigned (for a Requestor's instance)
RoundsMassCancelled76 Rounds mass cancelled by RoundsScheduleVersion deactivation (for a Requestor's instance)
ApproachingNTEAssignee77 
ApproachingNTEScope78 
EmailAttachment79 
CProviderUrgentMsg80 Provider Urgent Message
See Also