Retail Store Audit Operations
Retail Store Audit Operations is a ServiceNow scoped application that automates the creation, assignment, and fulfillment of retail store audit cases and tasks, enabling Plan Authors to publish structured audit plans that generate work for field Auditors across selected store locations.
The Retail Store Audit Operations application (scope ID:
sn_rtl_store_audit) enables structured, repeatable store audit
programs on the ServiceNow platform. It runs on the CSM/FSM Next Experience Workspace
and integrates natively with Task Plan Templates, Work Management (FSM), and
Retail Core.
Problem this application solves
Before this application, retail store audits were managed through ad hoc spreadsheets, emails, and disconnected task lists with no central system of record, no standardised plan structure, and no automated assignment to field auditors.
This application delivers a standardised, automated workflow where:
- Audit plans are authored against pre-configured templates.
- Store selection is part of plan authoring.
- Case and task generation is fully automated on plan publication.
- Auditors receive assignments through rules-based routing.
- All audit activity—assignments, observations, and closures—is tracked on a single platform.
How Retail Store Audit Operations works
- Plan authoring: A Plan Author uses the Store audit playbook—launched automatically from the CSM/FSM Workspace Record Generator—to configure audit template items, select store locations, set a schedule, and review the plan.
- Plan publication: The Plan Author publishes the plan. Publication makes it available for generation but does not create records automatically.
- Case and task generation: The Plan Author clicks Generate Cases/Tasks. The platform creates one Store Audit Case per selected Retail Organization and one or more Audit Tasks per case.
- Assignment: Platform-native assignment rules automatically route cases and tasks to Auditors. Store Audit Managers can override assignments.
- Fulfillment: Auditors work cases in CSM/FSM Workspace, record observations in work notes and comments, and progress cases through New → Open → Closed.
Key design decisions
- Generation is separated from publication
- Publishing makes a plan available. The Plan Author must explicitly click Generate Cases/Tasks to commit to record creation, allowing review of the plan before any cases exist.
- No custom fields in V1
- Both the Store Audit Case (
sn_rtl_store_audit_case) and the Audit Task (wm_audit_task) use only inherited fields from their parent tables. No custom columns are added. - No parent Audit Case in V1
- The Store Audit Case is the top-level record. A parent-level Audit Case can be introduced later if a use case for HQ- or region-level follow-up is identified.
- HQ Auditors use CSM/FSM Workspace exclusively
- The
sn_rtl_store_audit.auditorrole fulfils exclusively via CSM/FSM Workspace. Retail Mobile is available for Location Auditors (sn_rtl_store_audit.location_auditor).
Workspace experience
Auditors and Store Audit Managers access their work from the CSM/FSM Next Experience Workspace. All customisations use standard platform artifacts—the workspace shell is not modified.
- Store Audit Case form: Three sections—2-column main (case metadata), Notes (work notes, activity stream, comments), and Closure Information. The action bar suppresses all inherited out-of-the-box UI Actions; only a custom Save button is present (hidden when the case is Closed).
- Audit Task form: 2-column header and Notes sections, with an Overview pane showing Priority and State pills. Priority is colour-coded: Critical (red), High (orange), Moderate (yellow), Low (green), Planning (grey). The Close Complete button appears in the action bar when the task is in an active state and assigned.
- Related-list tabs: Audit tasks on the Store Audit Case page, Track plan on the plan template page, and Questionnaire on the Audit Task page.
- List views: New and Add buttons are suppressed everywhere—records are created only through the playbook or generation flow.
plan_author role see every field
except Comments as read-only on in-flight Store Audit
Cases.Prerequisites
The following must be installed and active on the ServiceNow instance (Xanadu or later):
- Task Plan Templates application
- Retail Core (
sn_retail) - Work Management (FSM)
- CSM/FSM Workspace