Access Automation Co-Pilot in SAP and ServiceNow
- Updated: 2024/04/20
Access Automation Co-Pilot in SAP and ServiceNow
Automation Co-Pilot makes a shared automation accessible for end users in SAP (via Chrome extension) and ServiceNow (via embedded widget). An employee submits an order request and a manager approves the request.
Automation Co-Pilot
- Create and configure the widget in your preferred application.
- Assign any pre-built automations in Automation Co-Pilot required for teams to complete their daily tasks.
Example Summary
A company employee (Jane) submits a request to order replacement hardware. Jane (operating in ServiceNow) uses the embedded widget to launch an automated bot to process the order, and submit for approval to a Cost Center Manager (Gerald). Gerald (operating in SAP) uses the embedded widget to launch automations that approve and complete the hardware shipment order.
Setup
- Complete the setup process flow for ServiceNow. See Automation Co-Pilot using embedded widget overview.
- Complete the setup process flow for SAP . Automation Co-Pilot using Chrome extension.
- Assign automations. See Assign automations to teams.
- The embedded widget can contain combinations of three types of automations:
- Automation Co-Pilot Process invocation (with two human step forms). See Deploy processes.
- Attended bot (that can be deployed on the local device). See Attended and unattended automation.
- Unattended bot (triggered through Automation Co-Pilot process without human input). See Create a process automation in Process Composer.
You can download the following sample code to test this example in your own environment. See GitHub: ServiceNow .
Procedure
This embedded widget example includes the Automation Co-Pilot Process automation type.
The Hardware Replacement Request Automation Co-Pilot process allows an employee access to the business ServiceNow Service Portal for IT requests. An employee can use the embedded widget to automate requests. Jane's order request includes replacement hardware such as: keyboards, mice, or laptops.
- Jane initiates the Hardware Replacement Request and is taken to an input page in the widget where they enters the information required to execute the automation.
- Jane can select the request for self, or as another employee, and click
Submit.
- After submitting her request, the next automation connects Jane to the business HR
system where Jane gathers employee details, such as shipping address. The system
connects to the procurement system to retrieve the available items to order.
Note: This example includes these steps in the automation to reduce reliance on additional systems.
- This business rule was created in this automation example to check the total
order value:
If the total order value exceeds the company threshold of $3000, then an approval is required from the cost center owner. This generates a request to Gerald.
- Gerald focuses on different tasks in the cost management application (SAP). The list of automations in the sidebar is focused on
orders, inventory, and other sales related processes. When the widget generates
Jane's request for Gerald, a toast message displays in the inbox for the new task in
the widget.
Gerald selects My Tasks to view the request and continue with the Automation Co-Pilot approval process.
- Gerald approves the request and adds any comments, remaining in the SAP environment.
- Jane can see the details and status of each step in the overall process in the
workspace widget. She can see that all successful steps have completed, and an
IT ticket has been created and closed to track the request.