Order Risk Management

Nextian provides a risk object to facilitate risk management during order delivery:

  1. Risks can be associated with an order (e.g., missing paperwork) and optionally, a work order (for a specific line item).
  2. A work order risk is always associated with the parent order (there can be no risk associated with a work order only).
  3. Risks can be active or resolved.
  4. Risks have an owner that may be an individual or a queue.
  5. If an order (or a work order) has at least one active risk, it is said to be at risk.
  6. Active risks to not prevent order and work order completion.
ImportantRisks are referred to as jeopardies in some industries.

Order risks are tracked in the custom Risk_c object:

FieldMeaning
Risk NameSystem generated, unique risk name/reference number in the RSK-XXXXXX format.
TitleOne line title / summary describing the risk, e.g. ‘No more data center space available’.
DescriptionOptional risk description with additional details.
OriginationRisk origination: internal, customer, provider or reseller. It is used for reporting purposes and risk code selection (i.e., risk code depends on the origination).
Risk CodeDetailed risk reason code used for risk analytics.
Started OnTime risk condition started.
Resolved OnTime when risk condition was resolved.
ActiveChecked indicates that the risk condition is still present, unchecked means that the risk has been resolved.
Resolution CodeA code indicating how risk was resolved for reporting purposes, required upon resolving a risk.
Resolution DescriptionOptional resolution description with additional resolution details.
OrderOrder associated with the risk (required).
Work OrderWork order associated with the risk (optional).
Affected Net MRRNet MRR (Monthly Recurring Revenue) affected by this risk: if risk is associated with a work order, work order Net MRR value is used (as the risk only pertains to the work order), otherwise Net MRR value from the order is used (aggregated across all line items and work orders) as the risk pertains to the entire order.
Affected New MRRNew MRR (Monthly Recurring Revenue) affected by this risk: if risk is associated with a work order, work order New MRR value is used (as the risk only pertains to the work order), otherwise New MRR value from the order is used (aggregated across all line items and work orders) as the risk pertains to the entire order.
PublicDetermines risk visibility in the customer portal. If checked the risk is public and will be shown in the Customer Portal. By default risks are private.

Dependencies between Origination, Risk Code and Resolution Code

Origination, Risk Code and Resolution Code are inter-dependent as follows:

Origination (Customer | Internal | Provider | Reseller) 
   → Risk Code (dependent via field dependencies on Origination)
         → Resolution Code (dependent via field dependencies on Risk Code) 

The dependency rules as well as code field values can be customized by system administrators.

Risks and customer orders

  1. At Risk flag is automatically set for orders that have least one active (unresolved) associated risk.
  2. At Risk flag is automatically cleared when all order risks have been resolved.
  3. Risks are shown on order details in RelatedRisks.
  4. Unresolved risks do not prevent order completion.
  5. Active Orders At Risk list view is provided to identify active orders at risk.

Risks and work orders

  1. At Risk flag is automatically set for work orders and their parent orders that have least one active (unresolved) associated risk.
  2. Risks are shown on work order details in RelatedRisks.
  3. Unresolved risks do not prevent work order and parent order completion.
  4. Active Work Orders At Risk list view is provided to identify active work orders at risk.

Risks and Salesforce chatter

New risk creation, resolution, reopening and deletion are shown in Salesforce chatter for orders and work orders.

Risks and Customer Portal

At risks orders are visualized in the Nextian Customer Portal as well as have a corresponding At Risk filter, however:

  • Risk details are shown only on the order level
  • Only Public risks are taken into consideration (i.e., if an order has a risk and the risk is private, order will be visible as at risk in the CRM, but not in the Customer Portal)
Nextian Customer Portal at risk order
Nextian Customer Portal at risk order
Was this page helpful?