- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
4 hours ago - edited 3 hours ago
Alert to all ServiceNow Architects, BAs, and Developers! This handout simplifies ServiceNow Order Management (SOM) and the complete Order-to-Fulfillment journey in a clear, system-driven way.
It covers order capture, decomposition, orchestration, and fulfillment with practical examples and data model alignment.
A handy reference for architecture, client discussions, and implementations—feel free to reach out for questions!
Process Narrative: A customer orders a fiber broadband bundle (internet + phone + TV). The commercial order in sn_ind_tmt_orm_order has 3 line items. The Decomposition Engine evaluates rules from the product catalog and generates: 3 Product Orders (broadband, voice, IPTV), 5 Service Orders (data service, voice service, multicast service, plus resource-facing transport and access services), 4 Resource Orders (ONT device, OLT port, IP address block, SIM card), and 15+ Order Tasks (install ONT, configure OLT port, provision IP, activate services, run line test, schedule technician). Each task is sequenced on a Gantt timeline with dependency management. Jeopardy Management monitors every task against SLA milestones. When all tasks complete, the system triggers two parallel actions: write to Installed Base (sn_install_base_sold_product + sn_install_base_item), and send billing activation to Aria via Integration Hub.
