Building apps with Creator Studio
Summarize
Summary of Building Apps with Creator Studio
Creator Studio allows users to build apps on the ServiceNow platform, enabling the creation of request-fulfillment applications. With the required permissions, users can design and deploy apps that facilitate request processes through forms and automation.
Show less
Key Features
- Form Creation: Users can create custom forms to gather request information, using a WYSIWYG editor. Each form corresponds to an item in the catalog, allowing for detailed requests.
- Workflow Automation: Creator Studio includes playbooks, which are pre-programmed workflows for automating tasks after form submission, such as approval routing.
- Workspaces: Each app has its own workspace, helping fulfillers manage and address requests efficiently.
- Collaboration: Users can collaborate with others to enhance app development and contribute to existing apps in Creator Studio.
- Testing and Deployment: Before deploying, users can test forms and automation outcomes to ensure functionality.
Key Outcomes
By utilizing Creator Studio, ServiceNow customers can streamline their request fulfillment processes, improve collaboration on app development, and create tailored experiences for users. The end result is more efficient handling of requests and a smoother approval process, ultimately enhancing operational productivity.
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.