Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

CSM ServiceNow capabilities survey

veajenno
Tera Contributor

Hello there!

I need help regarding concerns with ServiceNow capabilities using CSM. As I am also doing my own research due to zero experience in CSM, please help me to verify if these four requests can be achieved using ServiceNow CSM:

1. Customer's call, app history, and prior contacts are already in one case.

2. Billing and technical tasks run as linked sub-tasks on the same case.
3. Customer sees live status in the app instead of calling in for updates.
4. Case closes with a full audit trail, ready for compliance or regulatory review.

All responses will be much appreciated!
Thank you very much!

1 REPLY 1

Vikram Reddy
Tera Guru

Hi @veajenno,

 

Before you scope anything further, go pull up a demo case in CSM Configurable Workspace and look at what's already sitting on the form. All four of these are stock CSM capabilities, not custom builds, so seeing them live will save you weeks of "is this even possible" research.

On point 1, the case record itself is built to be a single pane: the Interaction and Interaction Context related lists capture the call or chat that opened the case, and the account/contact 360 view pulls in prior case history, contracts, and product ownership on the same screen. Agents aren't hopping between systems for that context, it's native to the case form.

Point 2 is the Case Task table (sn_customerservice_task), which extends the platform Task table. You can spin off child tasks against one parent case, assign a billing task to one fulfiller group and a technical task to another, and they run in parallel while rolling status back up to the parent. Worth also knowing about Case Action Status, which flags on the case list when a related task is blocking closure, handy once you've got billing and technical tasks running side by side.

Point 3 is the Consumer Service Portal, a Service Portal instance where customers log in and see their own case list and live status without calling an agent. That's the piece to pilot first if the goal is deflecting status-check calls.

Point 4 leans on the Audit History related list, backed by the sys_audit table, once field auditing is enabled on Case and Case Task. It reconstructs a plain-English trail of every state and field change for a reviewer. Honestly, the part that trips people up here is that the friendly Audit History view is generated on demand from sys_history_line, which rotates out after 8 weeks. If your compliance need is a multi-year record and not just "what happened last month," don't rely on that view alone, plan to pull from sys_audit directly or archive it somewhere durable.

Happy to go deeper on the Case Task routing setup or the audit retention piece if you share more on your industry vertical or version.

 

Thank you,
Vikram Karety
Octigo Solutions INC