Components installed with Order Operations Case Management
Summarize
Summary of Components Installed with Order Operations Case Management
The Order Operations Case Management application integrates various components, including tables, roles, and service definitions, designed to manage order cases effectively. This application enhances the ability to handle order-related inquiries, disputes, and changes through structured data management and defined roles for user access.
Show less
Key Features
- Tables: The application introduces specific tables for order cases and line items, extending existing case management structures. Key tables include:
- Order Case [snordercase]: Stores records for order cases.
- Order Case Line [snordercaseline]: Captures line items within order cases.
- Roles: Various roles are defined to manage access to order cases and related items, including:
- Order case agent: Allows creation, reading, and updating of order-related records.
- Order case manager: Similar access with the ability to override actions.
- Order case viewer: Provides read access to order records.
- Service Definitions: Defines specific services for order-related cases, like Sales Order Change Request and Sales Order Dispute, which agents can utilize when creating cases.
Key Outcomes
By utilizing the Order Operations Case Management application, users can efficiently manage order cases, streamline communication regarding order changes and disputes, and maintain organized records. The use of defined roles ensures that users have appropriate access levels to perform their tasks, while the configuration options such as special handling notes and archiving rules help maintain data integrity and relevance over time.
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.