ServiceNow Catalog Items
Audience: ServiceNow Administrators and Workflow Developers.
Purpose: Create and configure catalog items for IT service requests.
Overview
ServiceNow catalog items provide a self-service interface for users to request IT services. This guide covers the process for creating new catalog items.
Prerequisites
Before starting, create a new Local Update Set in TAMUDev and make it the current set.
Creating the Catalog Item
Step 1: Basic Configuration
- Navigate to Service Catalog → Maintain Items → New
- Configure:
| Field | Description |
|---|---|
| Catalogs | Select appropriate catalog |
| Category | Select or create new category |
| Active | ✓ Check to enable |
| Short Description | Brief title |
| Description | Detailed description |
- Save the item (save again after each step)
Step 2: Item Details
| Section | Configuration |
|---|---|
| Picture | Add icon and picture |
| Pricing | Set one-time and recurring costs |
| Portal | Configure portal settings |
| Info | Select fulfillment group |
Step 3: Variables
- Go to Variables → New
- Apply template:
var:U_category - Add another: Variables → New
- Apply template:
var:U_task_action
Step 4: Variable Sets
- Go to Variable Sets → Edit
- Look for collections starting with TAMU
- If needed, create a new variable set for reusable variable groups
Step 5: Add Custom Variables
Add any additional variables needed for the request form.
Linking to Portal
Create Classification
- Navigate to Incident → Classifications → New
- Configure:
| Field | Value |
|---|---|
| Name | Descriptive name |
| Active | ✓ Check |
| Service | Select service |
| Assignment Unit | TAMU |
| Assignment Group | Select group |
| Cost Center | Select cost center |
-
Under New Call:
- Call type: Request
-
Under Request:
- Request Item: Select the catalog item
- Task Action: Request
- Select appropriate workflows
-
Save the classification
Link Classification to Catalog Item
- Right-click in the grey header → Copy sys_id
- Return to the catalog item → Variables
- Select the Classification variable
- Paste the sys_id in Default Value
Testing
- Access the new catalog item
- Click Related link → Add to Update Set
- Request deployment to TAMUTest and TAMUPlay for testing
Test Environment
| Environment | URL |
|---|---|
| TAMUDev | tamudev.service-now.com/tamucs |
| TAMUTest | tamutest.service-now.com/tamucs |
| TAMUPlay | tamuplay.service-now.com/tamucs |