How to set changing the mobile device only with existing mobile subscription at SOMT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 12:41 AM
What is the best way to set selling a new model of mobile device only while keeping the plan from a customer who already has a mobile subscription with ServiceNow's SOMT?
Also, what kind of structure should we create for the product catalog to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 06:43 AM
Hi @Satoshi Abe
You could model the device and plan as two separate sellable offerings, and have a horizontal relationship between the two products/services - such as Device Requires Plan.
This way you can swap the Device while keeping the Plan, and during the Swap you re-establish the horizontal relationship between the new Device and the Plan that is already in the inventory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 09:18 PM
Thanks for the suggestion!
I would use the "Compatibility Rule" to construct a horizontal relationship.
In such a case, the concern is that the Compatibility Rule may complicate the process when processing multiple orders.
For example, if the customer orders 10 items each of Device and Plan, we only need to select one Order Line Item for each, and you only need to select one Order Line Related Item.
On the other hand, 10 Domain Orders will be generated for each Order Line Item (Device and Plan) , and 10 Product Inventories will be generated for their Domain Order Related Items.
All the Domain Order Related Items (except the one Product Inventory that will eventually be tied to the Domain Order) will need to be deleted.
I think it is not efficient to do this process manually one by one, but is there any effective way to do this in OOB?