Building apps with Creator Studio
Summarize
Summary of Building apps with Creator Studio
Creator Studio allows ServiceNow users to build request-fulfillment apps efficiently. Once enabled by your admin, you can create apps that serve specific tasks for designated user groups, utilizing forms, automation, and a customizable workspace for fulfillers to handle requests seamlessly.
Show less
Key Features
- Form Creation: Use catalog templates and a WYSIWYG editor to customize forms that gather request details, enabling a structured approach to specifying items.
- Automation with Playbooks: Streamline workflows by creating automated playbooks that handle tasks post-form submission, such as routing approvals without manual intervention.
- Workspace Customization: Each app has its own workspace, which can be customized for fulfillers to manage requests effectively.
- App Management: Find and bookmark existing apps, collaborate with others, and switch between development experiences for enhanced capabilities.
- Testing and Deployment: Test forms and automation before deploying your app, ensuring everything functions correctly prior to sharing it with users.
Key Outcomes
By utilizing Creator Studio, you can create tailored request-fulfillment apps that enhance user experience and operational efficiency. The combination of customizable forms and automated workflows simplifies the request process, enabling quicker approvals and better resource management. Upon successful deployment, your app will facilitate improved request handling within your organization.
By now, your admin has set up Creator Studio, given you permission to build an app, and you've got a great idea for a request-fulfillment app! How should you think about using Creator Studio to create your app?
What apps are in ServiceNow
A ServiceNow app is a package that performs a specific task for a specified group of users. Think of an app as a container with a set of rules around who can access and edit it. For example, ServiceNow apps can include an API, a table, a workspace, a form, a flow, or any combination of those things.
A Creator Studio app uses forms and automation to enable users to request something and move the request through the approval process. Creator Studio also enables you to the see the fulfiller's view of the Request App Workspace for the app.
Create forms to gather request information
- Select one of the available catalog templates.
- Customize a form to be included in the catalog using a WYSIWYG editor.A form describes one item in the catalog and provides space for questions that a requester will answer to specify details about what they want, such as the model number of a laptop. If your catalog needs multiple items, you can create multiple forms.Note:You can create a form using Now Assist. To learn more, see Generating forms with Now Assist.
Automate workflows and simplify tasks with playbooks
Streamlining your request-fulfillment process goes beyond just collecting information. Creator Studio empowers you to automate tasks with powerful playbooks. Think of them as pre-programmed workflows that kick in after a form is submitted.
Here are some things that playbooks can do:
- Effortless approval routing: Automatically route requests to the right person for approval, eliminating manual steps and bottlenecks. Imagine a laptop request automatically going to the IT manager for a thumbs-up.
- Intuitive playbook builder: No coding required! Create custom playbooks using an easy-to-use editor.
The playbooks you create use the information that people supply when they fill out your forms. So, the more details you ask for, the smoother the process runs.
Workspaces give fulfillers a place to address requests
Once deployed, your app will sit in its own workspace category, which makes it easy for fulfillers to answer requests. You can customize the workspace or use it as-is.
For sys admin eyes only: Every app built in Creator Studio adds a record in the Request App Config table, which contains the table that the app uses. Your admin can change the table for an app, see Administering an app's associated table for more information. The name of the table follows the format of scope_request, for example, x_snc_02_03_request.