Add an application experience
Summarize
Summary of Add an application experience
Using App Engine Studio (AES), ServiceNow customers can add various types of user experiences to their applications. These experiences define how users interact with the app and include catalog items, record producers, workspaces, portals, and mobile interfaces. Application templates often include predefined experiences, but AES allows customization and creation tailored to specific business needs.
Show less
Types of Experiences
- Standard Catalog Item: A form-based interface that lets users submit requests, generating request records linked with workflows, approvals, and tasks. Ideal for service catalog scenarios where multiple items can be added to a cart and processed through a request lifecycle.
- Record Producer: A simplified catalog item creating task-based records directly in a chosen table (e.g., incidents, changes) without the complexity of full requests. It standardizes and simplifies end-user submissions for non-request records.
- Workspace: A focused suite of tools for agents, case managers, and help desk staff to manage customer inquiries and problem resolution. Workspaces support request and fulfillment processes and can be customized using Workspace Builder.
- Portal: A self-service site for users to access information, submit requests, and complete business tasks. Portals serve as entry points for users to interact with catalogs and workspaces.
- Mobile Experience: Provides users access to the application via the ServiceNow native mobile app, enabling tasks such as approvals or requests on mobile devices.
Key Considerations
- Choose record producers when you want simplified forms that create task-based records without the overhead of requests.
- Use standard catalog items to create rich request-driven experiences with workflows, approvals, and catalog tasks.
- Workspaces are best suited for agents and managers handling request and fulfillment workflows.
- Portals provide a centralized site for end users to access multiple catalogs and workspaces.
- Mobile experiences extend app access to mobile devices through Now Mobile, improving accessibility and responsiveness.
Practical Application
ServiceNow customers can leverage AES to add and customize these experiences within their applications, enhancing user interaction and operational efficiency. AES supports editing experiences post-creation to tailor interfaces to evolving business needs, whether for desktop portals, agent workspaces, or mobile applications.
Use App Engine Studio (AES) to add an experience to your app. Experiences are the interface, or wrapper, for how users interact with your app.
Application templates automatically add experiences to your application.
| Experience | Definition | Example | Reference |
|---|---|---|---|
| Standard catalog item | A standard catalog item displays a form that users can fill in to create requests, such as a form to request an item or service. Standard catalog items make use of the Request table and produce a request record. In addition, generated request items are linked with a workflow, a catalog task, and any related approvals. Using standard catalog items, users can add multiple items to a cart and generate a request for each requested item. Use a catalog item when you want the service catalog form to generate a request, complete with a workflow, approvals, tasks, etc. | Create a catalog item form, such as a form to request time-off. After submitting the form, a request is created for a manager to approve or reject. | |
| Record producer | A record producer is a simplified type of catalog item that displays a form for users to fill out. The completed and submitted form inserts a new data record in a selected custom target table that you set up. This type of catalog item enables users to create task-based records, such as an incident record (without any of the more complex functionality that comes with using a standard catalog item (e.g., creating requests). Use a record producer when you want the service catalog form to create a simplified type of record that isn't a request (e.g., a task record such as an incident, change, or enhancement, etc.). | Create a service catalog form that generates a task record, such as an incident, instead of a request. | |
| Workspace | A workspace is a suite of tools that provides agents, case managers, help desk professionals, and managers with tools to help answer customer questions and resolve customer problems. | Create an equipment fulfillment dashboard where employees can request laptops and other items. Workspaces are similar to portals but smaller in scope. |
|
| Portal | A portal is a site where users inside of your organization can find information, submit requests, and complete business tasks. | Create a self-service portal, or entry point for employees to make requests and browse a knowledgebase, which you can then populate with additional workspaces and catalogs. | |
| Mobile | A mobile experience enables users to access your application from a ServiceNow native mobile app. You must then populate the app with data. | Create a time-off request application for mobile for managers to approve or reject requests in the Now Mobile app on their mobile device. |