Components installed with Order Operations Case Management
Summarize
Summary of Components installed with Order Operations Case Management
The Order Operations Case Management application in ServiceNow adds several key components—including tables, roles, service definitions, special handling configurations, archive rules, and workflows—to support efficient management of order-related customer service cases. These components enable users to create, track, update, and archive order cases and their associated line items, facilitating order changes, dispute resolution, and inquiries.
Show less
Tables
The application introduces primary tables to store order case data:
- Order Case [snordercase]: Stores order case records, extending the Case table, with prefix ORDCS.
- Order Case Line [snordercaseline]: Stores individual line items within order cases, extending the Case Line table, with prefix ORDCSL.
It also leverages existing case line and workflow tables from the Case Lines and Workflows application to manage tasks, characteristics, and line items related to cases.
Roles
The application provides a set of roles tailored to control access and permissions for order cases and their components:
- Order Case Agent: Create, read, update access to order cases and related items; read access to orders.
- Order Case Agent Manager: Same as agent plus override capabilities.
- Order Case Viewer: Read-only access to order cases and line items.
- Order Case Creator and Writer: Focused create and write permissions respectively.
- Order Case Report Viewer: Access to reports on order cases.
- Additional roles provide access to case line characteristics and tasks, ensuring granular control over related case data.
Note: Only administrators can delete submitted cases or case line items.
Service Definitions and Categories
Order Operations Case Management includes predefined service definitions within the Orders category, enabling agents to select relevant case types such as:
- Sales Order Change Request: For requesting changes on one or multiple sales orders.
- Sales Order Dispute: For disputing entire orders or specific lines.
Administrators must activate these service definitions before use. Agents select these when creating cases to streamline case categorization and handling.
Special Handling Notes Configuration
The application configures special handling notes on order cases, particularly flagging critical priority (P1) cases with urgent follow-up messages. This ensures critical issues receive immediate attention by highlighting them on the Order Case records.
Archive Rules
To manage data lifecycle, the application includes archive rules that automatically archive order cases and related records after two years of closure and delete them after five years. This helps maintain system performance and compliance with data retention policies.
Order Case Workflows and Subflows
The application provides subflows that automate the mapping and creation of order case records from customer orders, supporting two scenarios:
- Multiple Orders: Creates order case line items for multiple selected order headers.
- Specific Line Items: Creates case line items for selected order lines, including line characteristics.
These workflows ensure data consistency between customer orders and order cases, simplifying case creation for agents. Subflows are accessible via Workflow Studio for customization or review.
Several types of components are installed with the Order Operations Case Management application, including tables, roles, and service definitions.
Tables
The Order Operations Case Management application adds the following tables.
| Table | Description |
|---|---|
| Order Case [sn_order_case] |
Stores order case records. This table extends the Case [sn_customerservice_case] table. Records in the Order Case table use the prefix ORDCS. |
| Order Case Line [sn_order_case_line] |
Stores the case line items created for order cases. This table extends the Case Line [sn_case_line] table. Requesters and fulfillers can use this table to capture the orders and order lines as line items on an order case for which they want to request order changes, resolve disputes, or make inquiries. Records in the Order Case Line table use the prefix ORDCSL. |
The Order Operations Case Management application also uses the following tables from the Case lines and workflows application.
| Table | Description |
|---|---|
| Case Line [sn_case_line] |
The Case Line table stores case line item records. This table extends the Task table. The prefix for case line records is CSL. |
| Case Line Characteristic [sn_case_line_characteristic] |
The Case Line Characteristic form displays details about a case line item on a case record. The prefix for case line characteristic records is CSLC. |
| Case Line Task [sn_case_line_task] |
The Case Line Task table stores the tasks related to case line items. This table extends the Case Task table. The prefix for case line task records is CSLTASK. |
Roles
The Order Operations Case Management application includes roles that provide access to order cases and order case line items. It also updates some existing roles to provide this same access.
| Role | Description | Includes roles |
|---|---|---|
| Order case agent [sn_order_case.agent] |
Provides create, read, and update access to:
Provides read access to:
|
|
| Order case agent manager [sn_order_case.agent_manager] |
Provides create, read, and update access to:
This role can also override agent actions. |
|
| Order case viewer [sn_order_case.viewer] |
Provides read access to the following records:
|
sn_case_line.characteristic_viewer |
| Order case creator [sn_order_case.creator] |
Provides create access to the following records:
|
|
| Order case writer [sn_order_case.writer] |
Provides write access to the following records:
|
|
| sn_order_case.delete | Provides delete access to order cases and case line items. Note: Once a case has been submitted, only users with the admin role can delete an order case or case line items. |
|
| Order case report viewer [sn_order_case.report_viewer] |
Report viewer role for the Order Case and Order Case Line tables. This role can view reports for order cases. | |
| sn_order_case.navigation_menu | Provides access to Order case navigation menus. | |
| sn_caseline_characteristic.viewer | Provides read access to case line characteristic records if the user has access to the case line items. | |
| sn_caseline_characteristic.creator | Provides create access to case line characteristic records if the user has access to the case line items. | sn_caseline_characteristic.viewer |
| sn_caseline_characteristic.writer | Provides update access to case line characteristic records if the user has access to the case line items. | sn_caseline_characteristic.viewer |
| sn_caseline_characteristic.delete | Provides delete access to case line characteristic records if the user has access to the case line items. | sn_caseline_characteristic.viewer |
| sn_caseline_characteristic.report_viewer | Report viewer role for the Case Line Characteristic table. | |
| Case task agent [sn_customerservice.case_task_agent] |
This role provides access to case tasks and related case information. For the Order Operations Case Management application, when a case line task is assigned to a case task agent, that agent has read access
to the following records:
When a case line task is assigned to a case task agent, the agent's name and assignment group are added to the Contributor Users and Contributor Groups fields on the Order case record. If the Assigned to field on the case line task record changes, these fields are updated. |
|
Service definitions and service definition categories
| Service definition | Description |
|---|---|
| Sales Order Change Request | Request a change to sales order lines on a single order or multiple sales orders.
|
| Sales Order Dispute | Dispute an entire order or specific order lines on an order.
|
Special handling notes configuration
The Order Operations Case Management application includes a configuration for special handling notes on the Order Case table [sn_order_case]. To view this record, navigate to .
- Account
- Contact
- Product Model
- Sold Product
- Install Base
- Assigned to
- Short description: Urgent issue reported.
- Message: This case is set as critical. Follow up immediately.
For more information, see Special handling notes.
Order case archive rules
The Order Operations Case Management application includes archive rules that archive older order cases.
| Archive rule | Description |
|---|---|
| Archive Order Case | This rule archives order case records that have been closed for more than 2 years. Archiving these order case records also archives the following records:
|
| Archive Order Case Line | This rule archives order case line records that have been closed for more than 2 years. Archiving these order case records also archives the following records:
|
- Order case tasks
- Order case line items
- Case line characteristics
- Order case line tasks
Order case workflows
The Order Operations Case Management application includes subflows that provide the mapping between a customer order and an order case. These subflows are used when an agent creates an order case from a customer order.
- If an order case is created by selecting Create case from a customer order:
- The Scope of request is set to Multiple orders.
- The mapping copies the data from the selected order headers to create order case line items.
- If an order case is created by selecting Create case from the Order Line Items list on a customer order.
- The Scope of request is set to Specific line items, Single order.
- The mapping copies the data from selected order lines to create case line items as well as copies the order line characteristics to case line item characteristics.
- Primitives - Order to order case for multiple request
- Inputs: Order IDs, Order Case ID
- Action: Create Case Line Item - Multiple Request
Creates an order case line item on the order case based on the customer order.
- Primitives - Order to order case for single request
- Inputs: Order ID, Order Case ID, Selected IDs
- Action: Create Case Line Item - Single Request
Creates order case line items based on the selected order line items from the customer order.
To view these subflows, navigate to and select Subflows on the Workflow Studio homepage.