Skip to main content
Skip to main content

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

  1. Navigate to Service CatalogMaintain ItemsNew
  2. Configure:
FieldDescription
CatalogsSelect appropriate catalog
CategorySelect or create new category
Active✓ Check to enable
Short DescriptionBrief title
DescriptionDetailed description
  1. Save the item (save again after each step)

Step 2: Item Details

SectionConfiguration
PictureAdd icon and picture
PricingSet one-time and recurring costs
PortalConfigure portal settings
InfoSelect fulfillment group

Step 3: Variables

  1. Go to VariablesNew
  2. Apply template: var:U_category
  3. Add another: VariablesNew
  4. Apply template: var:U_task_action

Step 4: Variable Sets

  1. Go to Variable SetsEdit
  2. Look for collections starting with TAMU
  3. 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

  1. Navigate to IncidentClassificationsNew
  2. Configure:
FieldValue
NameDescriptive name
Active✓ Check
ServiceSelect service
Assignment UnitTAMU
Assignment GroupSelect group
Cost CenterSelect cost center
  1. Under New Call:

    • Call type: Request
  2. Under Request:

    • Request Item: Select the catalog item
    • Task Action: Request
    • Select appropriate workflows
  3. Save the classification

  1. Right-click in the grey header → Copy sys_id
  2. Return to the catalog item → Variables
  3. Select the Classification variable
  4. Paste the sys_id in Default Value

Testing

  1. Access the new catalog item
  2. Click Related linkAdd to Update Set
  3. Request deployment to TAMUTest and TAMUPlay for testing

Test Environment

EnvironmentURL
TAMUDevtamudev.service-now.com/tamucs
TAMUTesttamutest.service-now.com/tamucs
TAMUPlaytamuplay.service-now.com/tamucs

Deployment Workflow