ServiceNow Studio tutorial part 3: Expand to a departmental solution
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.
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.
- Create tables. Both tables should start from a blank table and extend the Task table the same way as the Marketing Design Request table.
- Table label: Marketing Inquiry
- Auto-number: Selected
- Prefix: MKTINQ
- Permissions: Same as the Marketing Design Request table
- Table label: Marketing Issue
- Auto-number: Selected
- Prefix: MKTISS
- Permissions: Same as the Marketing Design Request table
- Add fields to your tables.
- Label: Inquiry summary
- Type: String
- Max length: 160
- Label: Issue summary
- Type: String
- Max length: 160
- Configure the form.
- Remove the same fields from the form as you did for the Marketing Design Request form.
- Configuration item
- Parent
- Active
- Short description
- Add the Inquiry summary field above the Description field.
- Add the Issue summary field above the Description field, and replace the Priority field with the Impact field.
- Remove the same fields from the form as you did for the Marketing Design Request form.
- Create the record producer.
- Catalog: Service Catalog
- Category: Departmental Services
- 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
- Item name: Marketing Issue
- Destination (record submission table): Marketing Issue
- Configure the Impact question the same way that you configured the Media type in the previous record producer, using the following choices:
- Display name: High, Value: 1
- Display name: Medium, Value: 2
- Display name: Low, Value: 3
- 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.
- Submit both record producers when complete.