ServiceNow Studio tutorial part 3: Expand to a departmental solution

  • Release version: Zurich
  • Updated July 31, 2025
  • 1 minute to read
  • Your first request-fulfill workflow is the first step toward full automation-not just a standalone process. To maximize its impact, take a strategic approach to scaling workflow automation, improving efficiency, and streamlining service delivery to enhance and support the initial workflow.

    This expansion transforms the initial request process into a fully scalable departmental solution. Here are key workflows that can complement and expand your automation efforts.

    Requests and services, inquiries, issues, and other custom workflows all expand the automation efforts set out in this tutorial.

    Add additional workflows

    By expanding your workflows strategically, you create a seamless, efficient service experience, reducing manual effort and ensuring consistent service delivery across your organization. Follow the steps from the marketing design request to configure workflows for inquiries and issues.

    1. Create tables. Both tables should start from a blank table and extend the Task table the same way as the Marketing Design Request table.
      1. Table label: Marketing Inquiry
      2. Auto-number: Selected
      3. Prefix: MKTINQ
      4. Permissions: Same as the Marketing Design Request table

      Configure the options for the Marketing inquiry table.

      1. Table label: Marketing Issue
      2. Auto-number: Selected
      3. Prefix: MKTISS
      4. Permissions: Same as the Marketing Design Request table

      Configure the options for the Marketing issue table.

    2. Add fields to your tables.
      1. Label: Inquiry summary
      2. Type: String
      3. Max length: 160

      Add fields to the Marketing Inquiry table.

      1. Label: Issue summary
      2. Type: String
      3. Max length: 160

      Add fields to the Marketing Issue table.

    3. Configure the form.
      1. Remove the same fields from the form as you did for the Marketing Design Request form.
        • Configuration item
        • Parent
        • Active
        • Short description
      2. Add the Inquiry summary field above the Description field.

        Configure the form for Marketing Inquiry with an Inquiry summary field.

      3. Add the Issue summary field above the Description field, and replace the Priority field with the Impact field.

        Configure the Marketing Issue form with an Issue summary field and an impact field.

    4. Create the record producer.
      1. Catalog: Service Catalog
      2. Category: Departmental Services
      3. Add the following questions for inquiries and issues:
        • Inquiry/Issue summary (Single line)
        • Description (Multi-line)
          • Item name: Marketing Inquiry
          • Destination (record submission table): Marketing Inquiry

            Insert inquiry summary and description questions for your Marketing Inquiry table.

          • Item name: Marketing Issue
          • Destination (record submission table): Marketing Issue

            Insert Issue summary, Impact, and Description questions for the Marketing Issue form.

          • Configure the Impact question the same way that you configured the Media type in the previous record producer, using the following choices:
            1. Display name: High, Value: 1
            2. Display name: Medium, Value: 2
            3. Display name: Low, Value: 3
      4. Select Map to specified field on table, and fill in the Table, Question, and Name fields.
        Note:
        Name should be all lowercase with underscores instead of spaces.
    5. Submit both record producers when complete.