CSM For Orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2017 09:28 PM
Does anyone know how orders (csm_order) and order line items (csm_order_line_item) are created and processed in the Customer Service Management for Orders.
I am more interested in the 'order' itself to be able to explain it from a process perspective (e.g. How does a Customer Submit an Order?) so we can demo a complete flow from submitting an order to raising a case against it.
Thanks and advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 04:40 PM
Hello Emerson,
I could think of following two use cases for "Orders"
1. Customer requests support for an order
- An Order / Invoice is created in the ERP system. For example, customer has placed an order for a device through eCommerce portal or billing statement generated by utility company
- This Order / Invoice generated in the external system is transferred to ServiceNow as "Order" / "Order Line"
- Customer calls in to report an issue for the "Order". This issue is captured as "Order Case". For example, customer reports an issue about missing package or customer reports an issue about the billing statement.
2. Replacement order
- Customer reports an issue for a specific asset (Installed product)
- A case is created in the Customer Service Management
- Agent performs diagnostic tests and determines that installed product (device) is faulty and needs to be replaced
- Replacement order (Order / Order Line) is created
- Order is pushed to ERP system for fulfillment
Thanks,
Parag Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2018 07:27 PM
Hi Parag,
Thanks! I had the same thoughts.
Initially, I thought that there is an out of the box process that builds the orders / line items but didn't find any. This leaves us with just either taking in data from an external system (e.g. ERP) or building a custom application/process for it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 06:46 PM
Emerson,
I am planning to use a record producer to create the order and order line record. I will put the record producer on the Customer Service Portal where customers/consumers can place their orders. The creation on an order line item will trigger the workflow for fulfillment.
Thanks,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2018 07:29 PM
Hi Armin,
Yes, that is certainly an option!
Initially, I thought that there is an out of the box process that builds the orders / line items but didn't find any. This leaves us with just either taking in data from an external system (e.g. ERP) or building a custom application/process for it.