Components installed with Case Management for Invoice Operations
Summarize
Summary of Components Installed with Case Management for Invoice Operations
The Case Management for Invoice Operations application enhances invoice processing by introducing specialized tables, roles, and service definitions. This application streamlines the management of invoice-related issues, enabling agents to efficiently handle disputes and inquiries related to invoices and their line items.
Show less
Key Features
- Tables:
- Invoice Case: Stores records related to individual invoice cases, extending the general Case table.
- Invoice Case Line: Captures individual line items for each invoice case, allowing users to manage disputes at a granular level.
- Utilizes existing tables from the Case lines and workflows application for enhanced functionality.
- Roles:
- Invoice Case Agent: CRUD access to invoice cases and line items with read-only access to associated invoices.
- Invoice Case Manager: All agent access plus management capabilities and reporting.
- Granular Roles: Include viewers, creators, and writers for invoice cases and line characteristics, providing tailored access based on user needs.
- Service Definitions:
- Invoice Disputes: A post-sale service definition for raising disputes on invoices, available for selection during invoice case creation. Not active by default; requires administrator activation.
- Service Level Agreements (SLAs): Defined for various priority levels (P1-P4), ensuring timely responses and resolutions for invoice cases based on their priority.
Key Outcomes
By implementing the Case Management for Invoice Operations application, ServiceNow customers can expect:
- Improved management of invoice disputes, leading to faster resolution times.
- Enhanced role-based access control, ensuring users can perform their necessary functions without excess permissions.
- Automated archiving processes to maintain database efficiency by removing older records after specified durations.
- Streamlined workflows that link customer invoices to invoice cases, ensuring consistent data management across systems.
Several types of components are installed with the Case Management for Invoice Operations application, including tables, roles, and service definitions.
Tables
The Case Management for Invoice Operations application adds the following tables.
| Table | Description |
|---|---|
| Invoice Case [sn_csm_invoice_case] |
Stores invoice case records. This table extends the Case [sn_customerservice_case] table. Records in the Invoice Case table use the prefix INVCS. |
| Invoice Case Line [sn_csm_invoice_case_line] |
Stores the case line items created for invoice cases. This table extends the Case Line [sn_case_line] table. Requesters and fulfillers can use this table to capture the invoices and invoice lines as line items on an invoice case for which they want to resolve disputes, or make inquiries. Records in the Order Case Line table use the prefix INVCSL. |
The Case Management for Invoice Operations 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 Case Management for Invoice Operations application includes roles that provide access to invoice cases and invoice case line items. It also updates some existing roles to provide this same access.
| Role | Description | Includes roles |
|---|---|---|
| Invoice case agent [sn_csm_invoice.agent] |
The invoice case agent should have CRUD access to the invoice case header, invoice case line items, read-only access to invoices and invoice lines, products and product characteristics, accounts and contacts and assignment of invoice cases |
|
| Invoice case manager [sn_csm_invoice.manager] |
The invoice case manager should have all the access that invoice case agent has + manages agents + manager reports |
|
| Invoice case task agent [sn_csm_invoice.invoice_case_task_agent] |
The invoice case task should have all the access to the case tasks assigned to the agent as well as read-only access to view the invoice case/invoice case lines, invoices/invoice lines that case task is associated with and also be able to update worknotes and comments |
|
| Role | Description | Includes roles |
|---|---|---|
| Invoice case viewer [sn_csm_invoice.viewer] |
Read only access to invoice case, invoice case lines if access to invoice case, invoice case line characteristics if access to case line. Read access to invoice cases. |
sn_case_line.characteristic_viewer |
| Invoice case creator [sn_csm_invoice.creator] |
Creating an invoice case with invoice case lines and invoice case line characteristics. Create access to invoice cases. |
|
| Invoice case writer [sn_csm_invoice.writer] |
Editing an invoice case with invoice case lines if access to invoice case and invoice case line characteristics if access to case line. Write access to invoice cases. |
|
| Invoice case navigation menu [sn_csm_invoice.navigation_menu] |
Access the invoice case navigation menu item. Role to access the invoice case navigation menus. |
|
| Invoice case report viewer [sn_csm_invoice.report_viewer] |
Access to invoice case reports. Report viewer access to invoice cases. |
Service definitions and service definition categories
- Type: Post-Sale
- Table: Invoice Case [sn_csm_invoice_case]
- Products: All
- Service definition category: Invoice
Agents can use this service definition to raise a dispute for one or more invoices or for specific lines on a single invoice.
- Navigate to .
- Filter the list to show service definitions from the Invoice Case [sn_invoice_case] table.
- Select Invoice Disputes.
- Enable the Active check box.
Service level agreements (SLAs)
| SLA | Description |
|---|---|
| Initial Response Time for P1 and P2 cases |
|
| Initial Response Time for P3 and P4 cases |
|
| Resolution SLA for P1 and P2 cases |
|
| Resolution SLA for P3 and P4 cases |
|
Invoice case type
The Case Management for Invoice Operations application includes the Invoice case type. This case type captures the case information for invoice-related issues.
- Invoice number: The invoice number that the invoice case has been opened for.
- Request source: The source of the invoice case. Invoice cases can be created from the following sources:
- Specific invoice lines, single invoice
- Invoice header details, multiple invoices
For more information about case types, see Customer service case types.
To view the Invoice case type, navigate to and select Invoice.
Invoice case form views
The Case Management for Invoice Operations application includes form views to display invoice cases in CSM Configurable Workspace and in the Core UI.
This application uses the CSM default record page to display Invoice case records in CSM Configurable Workspace.
- Invoice Case Lines: Includes the individual case line records for this invoice case.
- Tasks: Includes tasks that have been created for this invoice case.
- Case Line Tasks: Includes tasks that have been created for individual case lines.
Invoice case archive rules
The Case Management for Invoice Operations application includes archive rules that archive older invoice cases.
| Archive rule | Description |
|---|---|
| Archive Invoice Case | This rule archives invoice case records that have been closed for more than 2 years. Archiving these invoice case records also archives the following records:
|
| Archive Invoice Case Line | This rule archives invoice case line records that have been closed for more than 2 years. Archiving these invoice case line records also archives the following records:
|
- Invoice case tasks
- Invoice case line items
- Case line characteristics
- Invoice case line tasks
Invoice case workflows
The Case Management for Invoice Operations application includes a subflow that provides the mapping between a customer invoice and an invoice case. The subflow Primitives - AR Invoice to CSM Invoice case request creates the data mapping between two different entities: 1) the customer invoice and 2) the invoice case.
For example, when mapping a customer invoice to an invoice case, the entities share some fields such as Account and Contact. The data mapping copies these field values from the customer invoice to the invoice case record.
To view this subflow, navigate to and select Subflows on the Workflow Studio homepage.