Building apps with Creator Studio
Summarize
Summary of Building apps with Creator Studio
Creator Studio in ServiceNow Yokohama enables users with appropriate permissions to build request-fulfillment apps efficiently. These apps serve as catalog containers where users can request items or services, and fulfillers can manage those requests through a dedicated workspace. Creator Studio offers tools for creating forms, automating workflows, and customizing workspaces without requiring coding expertise.
Show less
Creating and Managing Apps
- App Structure: A ServiceNow app is a package designed for specific user groups, containing components like APIs, tables, forms, flows, and workspaces. Creator Studio apps focus on request-fulfillment, combining forms and automation.
- Forms: Use catalog templates and a WYSIWYG editor to build forms that gather detailed request information. Multiple forms can be created for different catalog items. Now Assist can also be used to generate forms.
- Automation with Playbooks: Playbooks automate request workflows, including approval routing and task assignments, using an intuitive, no-code builder. They leverage form data to streamline processes and reduce manual effort.
- Workspaces: Each app gets its workspace category where fulfillers access and manage requests. Workspaces can be customized or used as provided, facilitating efficient request handling.
App Administration and Collaboration
- Admin Controls: Apps built in Creator Studio create records in the Request App Config table, which admins can manage, including changing the underlying request table.
- Finding and Working on Apps: The Creator Studio home page lists all apps built within your organization. You can bookmark apps for quick access and switch to a more advanced development environment if needed.
- Collaboration: Creator Studio supports collaborative development, allowing multiple users to contribute to app building, form creation, automation, and workspace configuration.
Testing, Deployment, and Next Steps
- Testing and Previewing: Before deployment, you can submit test forms and interact with automation outcomes to validate the app’s functionality.
- Deployment: Once finalized, apps can be deployed to share with users, enabling live request fulfillment.
- Post-Build Actions: After adding forms, automation, and workspace configurations, continue refining your app by testing, collaborating, and deploying to meet user needs effectively.
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 underlying table for more information. The name of the table follows the format of scope_request, for example, x_snc_02_03_request.