Customer Service Management for Orders
The Customer Service Management for Orders feature adds support for orders and order line items to the Customer Service Management application.
The Sales Customer Relationship Management application replaces the Customer Service Management for Orders feature. For information on moving to Order Management for Customer Service Management, see the Fix Script to Support Script-Based Data Migration to New Order Management Application article in ServiceNow Community.
- View orders
- View and create cases for orders
- Contact a customer service agent to report an issue
Customer service agents can respond to customer and consumer requests and create cases for orders.
Plugins
To add support for orders to the Customer Service Management application, activate the Customer Service Management for Orders plugin (com.snc.csm.order). This plugin requires the Customer Service plugin (com.sn_customerservice).
- Orders: displays a list of customer orders. Click an order to display the Order form.
- Order Line Items: displays a list of the individual items within each order in the Orders list. Click an item to display the Order Line Item form.
Creating a case for an order
- Create Product Case: includes the Asset and Product fields.
- Create Order Case: includes the Order field.
- Product: opens a new Case form for a product that includes the Product and Asset fields.
- Order: opens a new Case form for an order that includes the Order field.
Tables installed with Customer Service Management for Orders
Customer Service Management for Orders adds the following tables.
| Table | Description |
|---|---|
| Orders [csm_order] |
Stores the orders associated with an account and contact or with a consumer. |
| Order Line Items [csm_order_line_item] |
Stores the individual line items within orders. |
| Order Cases [csm_order_case] |
Stores information about customer service cases related to orders. |
| Order Case Line [csm_order_case_line] |
Stores information about customer services cases related to orders and order line items. |