SlideShare a Scribd company logo
UiPath &
ServiceNow®
Automating Mainframe and
other Legacy Systems
2
1. Meetup Introduction with our Community
Manager
2. High Level Overview of ServiceNow Integration
and Incorporating Legacy Applications
3. Use Cases
4. Live Walkthrough of Native Integrations
5. Building an Automation
6. Demo
Agenda
3
Loss of operational efficiency as
IT juggles multiple systems
Many enterprises are stalled
on the path to digital transformation
Lack of employee engagement due to
inefficient service delivery
Today’s Digital Reality Downstream Impact
Need for bespoke integrations to
connect systems
Risk to customer loyalty as a result
of disjointed experiences
Legacy IT systems,
processes, and/or
workflows risk operational
efficiency and hinder
companies from meeting
digital transformation
objectives
IT, HR, and call center
processes require multiple
systems and steps –
resulting in workflows that
span ServiceNow products
as well as third-party
technologies
Employees expect consumer-
like experiences at work: they
want to information from HR
and IT teams in real time, on
demand
Customer experiences are
disjointed and often involve
many departments. Call
center teams do not have
visibility across the entire
customer experience
4
Dynamic integration enables ServiceNow users to
seamlessly add UiPath RPA to ServiceNow
ServiceNow Integration
Hub UiPath Spoke
UiPath Activities for
ServiceNow
Pre-packaged activities that allow
users to quickly create UiPath
Robots that can act on
information in ServiceNow
Available in
UiPath Studio +
UiPath Marketplace
Connects to UiPath Orchestrator
so you can launch UiPath
Robots natively from
ServiceNow
Available in
ServiceNow Store
5
UiPath, ServiceNow, and Legacy Applications –
Two Ways to Kick Off a Process
1) Trigger an RPA Automation to interact with a legacy system, then perform a ServiceNow operation
Example – I start an Attended Automation from my Assistant tray, it scrapes data for new records in a
legacy application, and creates tickets in ServiceNow
2) Perform an action in ServiceNow that triggers an RPA Automation
Example – I submit an Incident which meets certain criteria, which triggers an Unattended Automation to
scrape data from the corresponding record in a legacy application, and enters the data back into my
Incident
6
or
Example – Kicking off a process with an RPA automation
1. User starts an
Attended
Automation from
their Assistant Tray
2. Robot pulls data from one or more
legacy systems / formats (mainframe,
Web Form, PDF, Excel, etc.)
3. Robot checks if
ticket exists for item
in ServiceNow
• The Process could begin with an
Attended or Unattended Automation
• Triggers can include manually
starting a process, monitoring an
inbox or document repository, an
item being added to a mainframe
system – virtually anything
• Several interaction methods can be
used – general ones like UI
Automation, AI Computer Vision,
Hotkey Navigation, and specific
capabilities like Terminal Emulation,
OCR/ICR, Excel Activities
• The RPA automation can perform
key initial steps like scraping and
structuring data, performing lookups
across systems, and then
performing an action in ServiceNow
like creating or updating a ticket
4. Robot creates or
updates ticket in
ServiceNow
1. Unattended robot
is triggered
7
Pre-packaged set of activities, available on UiPath Studio, that connects the UiPath Enterprise RPA Platform to
ServiceNow using ServiceNow’s publicly-supported APIs – making it easy for users to automate interactions with
ServiceNow records.
How to Do It - UiPath
Activity for ServiceNow ®
Type Activity
Connection & Authorization ServiceNow Application Scope
ServiceNow Object
Get ServiceNow Record
Insert ServiceNow Record
Insert ServiceNow ImportSet
Delete ServiceNow Record
Update ServiceNow Record
Bulk API
Insert ImportSet Records
Upsert Records
Multiple ServiceNow Records Get ServiceNow Records
Attachments
Add Attachment
Download Attachment
Delete Attachment
8
Example – Kicking off a process in ServiceNow
1. User
updates an
incident in
ServiceNow
3. Robot pulls data from one or more
legacy systems / formats (mainframe,
Web Form, PDF, Excel, etc.)
4. Incident is updated
real-time, as the user
works in ServiceNow
• Unattended robots can be triggered
via a connection between
ServiceNow and Orchestrator
• Triggers are defined in the Workflow
Designer
• Data captured as part of the RPA
automation can be sent back to
ServiceNow real-time
• The user doesn’t need to interact
with any of the underlying systems;
they can keep working in
ServiceNow
2. Robot is
triggered,
starts data
scraping
process
9
Inbound connector from ServiceNow that connects the UiPath Enterprise RPA Platform using UiPath’s publicly-
supported APIs – making it easy for users to start, stop, and manage UiPath automations directly from
ServiceNow.
How to Do It - ServiceNow ®
Integration Hub Spoke V2
Type Action
Environment Management
Get Environment By ID
Lookup Environments
Job Management
Start Jobs
Get Job by Id
Lookup Jobs
Machine Management
Get Machine By ID
Lookup Machines
Process Management Lookup Processes
Queue Management
Lookup Queues
Add Item To Queue
Create Queue
Delete Queue
Delete Queue Item
Lookup Queue Items
Release Management
Get Release By ID
Lookup Releases
Robot Management
Create Robot
Delete Robot
Get Robot By ID
Lookup Robots
Queue Management Lookup Queues
Session Management Lookup Session
Requirements
1. ServiceNow
• Orlando
• IntegrationHub Enterprise subscription
2. UiPath versions
• Platform version 2020.4.1
• Cloud Platform version 2020.4.3
10
Use Cases supporting or complimenting the ServiceNow platform
Human Resources
• Employee Onboarding
• New Hire Provisioning
• Pre-Employment Verification and
Immigration​
• Compensation and Benefits
• Performance Management
• Training Management
• Compliance Management
• Expense Processing
• Employee Relations and Services
• Employee Offboarding
• Terminated User Deprovisioning
• Reporting, Audit and Compliance
Customer Service
• Customer Inquiries
• Customer Complaints
• Refunds
• Sales Order Entry and Cancellations
• Service Scheduling and Management
(e.g. Field Agents)
• Claims Management
• Marketing Campaigns
• Reporting, Audit and Compliance
• Invoice Processing
IT Service Management
• IT Service Requests (e.g. Hardware,
Software, Intranet, Office, Connectivity
& Access, ERP, Security, etc.)
• Incident Management
• Service Level Management
• Service Catalog Management
• Configuration Management
• Service Testing and Validation
• Release and Deployment
Management
• Knowledge Management
• Change Management
• Problem Management
• Event Management
• Reporting, Audit and Compliance
Cloud Services
11
Use Case: IT – Ticket Synchronization
Scenario
1. A robot looks up incidents that were raised in the last 24 hours.
2. The robot retrieves metadata of each incident.
3. The robot logs into ServiceNow and creates the incident with the gathered data and assigns the incident to the
appropriate group.
The robot retrieves metadata
of each incident.
A robot looks up incidents that
were raised in the last 24
hours.
The robot logs into
ServiceNow and creates the
incident with the gathered
data and assigns the incident
to the appropriate group.
Legacy ITSM system Legacy ITSM system
Watch the Demo
12
Walkthrough of Available Capabilities:
• Terminal Emulation in Studio
• ServiceNow Activities in Studio
• UiPath Spoke in ServiceNow
13
Terminal Emulation
• Connect to a terminal with built-in integrations to several common tools including
Attachmate Reflection, Attachmate Extra, Rocket Bluezone, IBM Personal
Communications, Reflection for UNIX, Reflection for IBM, and IBM EHLLAPI
• GUI-based design and development
• Retrieve text, fields or screen positions, send keys, text, or wait for certain text or
fields to appear as triggers
• Can be used in parallel with conventional methods like Computer Vision screen-
scraping, hot key navigation, and others (you can try multiple methods and
incorporate combinations)
14
ServiceNow Activities
• Used to add, edit, and delete items into ServiceNow one at a time or bulk
• GUI-based design and development
• Incorporate ServiceNow outcomes into your workflows
15
ServiceNow Spoke
• The UiPath Spoke is available in the ServiceNow store: UiPath Spoke
• The UiPath spoke in ServiceNow connects to UiPath Orchestrator so you can
launch UiPath Robots natively from ServiceNow
• This integration enables the automation of business process in UiPath from your
ServiceNow instance. This automation can happen on a separate VM or Server
so the user in ServiceNow is not interrupted
• For example, when a ticket is submitted in ServiceNow, the action of
clicking the “Submit” button kicks off a robot to process the ticket and take
action
• The UiPath spoke provides actions to manage environments, jobs, machines,
processes, robots, and so on, when events occur in ServiceNow
16
Demo – Connect ServiceNow with legacy systems
Enhancing the Case Agent Experience Demo Video
17
Links and Documentation:
• General ServiceNow Documentation:
https://docs.uipath.com/activities/docs/servicenow-about
• ServiceNow Activities on the UiPath Marketplace:
https://marketplace.uipath.com/listings/servicenow-v1
• ServiceNow Activities Get Started Guide:
https://docs.uipath.com/activities/docs/servicenow-about#section-get-started
• Terminal Activities Pack:
• https://docs.uipath.com/activities/docs/about-the-terminal-activities-pack
• Terminal Automation Knowledge Base:
• https://www.uipath.com/kb-articles/automating-terminals-and-mainframes
• UiPath Spoke in ServiceNow Store
18
Information about Our Next Session
UiPath Community Meetup ServiceNow + mainframe and legacy

More Related Content

What's hot

ON-DEMAND WEBINAR Why Your CRM System Needs RPA
ON-DEMAND WEBINAR Why Your CRM System Needs RPAON-DEMAND WEBINAR Why Your CRM System Needs RPA
ON-DEMAND WEBINAR Why Your CRM System Needs RPA
HelpSystems
 
Ui path web data extraction
Ui path web data extractionUi path web data extraction
Ui path web data extraction
Adrian Dorache
 

What's hot (20)

Introduction To UiPath Studio | Edureka
Introduction To UiPath Studio | EdurekaIntroduction To UiPath Studio | Edureka
Introduction To UiPath Studio | Edureka
 
ON-DEMAND WEBINAR Why Your CRM System Needs RPA
ON-DEMAND WEBINAR Why Your CRM System Needs RPAON-DEMAND WEBINAR Why Your CRM System Needs RPA
ON-DEMAND WEBINAR Why Your CRM System Needs RPA
 
Power Automate/ Flow patterns tips and tricks after 3 years with Doctor Flow
Power Automate/ Flow patterns tips and tricks after 3 years with Doctor FlowPower Automate/ Flow patterns tips and tricks after 3 years with Doctor Flow
Power Automate/ Flow patterns tips and tricks after 3 years with Doctor Flow
 
Computer vision activities in ui path
Computer vision activities in ui pathComputer vision activities in ui path
Computer vision activities in ui path
 
Intelligent automation with Microsoft Power Automate
Intelligent automation with Microsoft Power AutomateIntelligent automation with Microsoft Power Automate
Intelligent automation with Microsoft Power Automate
 
Introduction to Microsoft Flow - Introduction & advanced scenarios
Introduction to Microsoft Flow - Introduction & advanced scenariosIntroduction to Microsoft Flow - Introduction & advanced scenarios
Introduction to Microsoft Flow - Introduction & advanced scenarios
 
Doctor Flow- Best practices Microsoft flow - Techorama 2019
Doctor Flow- Best practices Microsoft flow - Techorama 2019Doctor Flow- Best practices Microsoft flow - Techorama 2019
Doctor Flow- Best practices Microsoft flow - Techorama 2019
 
Flow and logic apps a tale of two reactive engines
Flow and logic apps   a tale of two reactive enginesFlow and logic apps   a tale of two reactive engines
Flow and logic apps a tale of two reactive engines
 
Third party api integration
Third party api integrationThird party api integration
Third party api integration
 
Microsoft flow best practices SharePoint Saturday Bremen 2019 (Germany)
Microsoft flow best practices SharePoint Saturday Bremen 2019 (Germany)Microsoft flow best practices SharePoint Saturday Bremen 2019 (Germany)
Microsoft flow best practices SharePoint Saturday Bremen 2019 (Germany)
 
Automating business processes and approvals with Microsoft Flow
Automating business processes and approvals with Microsoft FlowAutomating business processes and approvals with Microsoft Flow
Automating business processes and approvals with Microsoft Flow
 
How to become a Power Automate/Flow hero with Doctor Flow (Session online SPS...
How to become a Power Automate/Flow hero with Doctor Flow (Session online SPS...How to become a Power Automate/Flow hero with Doctor Flow (Session online SPS...
How to become a Power Automate/Flow hero with Doctor Flow (Session online SPS...
 
Ui path web data extraction
Ui path web data extractionUi path web data extraction
Ui path web data extraction
 
Houston tech fest 2020
Houston tech fest 2020Houston tech fest 2020
Houston tech fest 2020
 
Rencore Power Automate Mini Summit : Power Automate Business Process Manageme...
Rencore Power Automate Mini Summit : Power Automate Business Process Manageme...Rencore Power Automate Mini Summit : Power Automate Business Process Manageme...
Rencore Power Automate Mini Summit : Power Automate Business Process Manageme...
 
SharePoint Saturday London - Microsoft Flow Happy Hour
SharePoint Saturday London - Microsoft Flow Happy HourSharePoint Saturday London - Microsoft Flow Happy Hour
SharePoint Saturday London - Microsoft Flow Happy Hour
 
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
 
salesforce online training || salesforce training videos || salesforce develo...
salesforce online training || salesforce training videos || salesforce develo...salesforce online training || salesforce training videos || salesforce develo...
salesforce online training || salesforce training videos || salesforce develo...
 
4 Integrating azure monitor with power bi and power automate
4 Integrating azure monitor with power bi and power automate4 Integrating azure monitor with power bi and power automate
4 Integrating azure monitor with power bi and power automate
 
Webinar: Embracing REST APIs through APPSeCONNECT
Webinar: Embracing REST APIs through APPSeCONNECTWebinar: Embracing REST APIs through APPSeCONNECT
Webinar: Embracing REST APIs through APPSeCONNECT
 

Similar to UiPath Community Meetup ServiceNow + mainframe and legacy

Modul 1 - Introduction to Digital Transformation Technologies and Integration...
Modul 1 - Introduction to Digital Transformation Technologies and Integration...Modul 1 - Introduction to Digital Transformation Technologies and Integration...
Modul 1 - Introduction to Digital Transformation Technologies and Integration...
SuhaimiHasim1
 

Similar to UiPath Community Meetup ServiceNow + mainframe and legacy (20)

UiPath Meetup Service now + mainframe and legacy final
UiPath Meetup Service now + mainframe and legacy finalUiPath Meetup Service now + mainframe and legacy final
UiPath Meetup Service now + mainframe and legacy final
 
Workday Community Session Final.pptx
Workday Community Session Final.pptxWorkday Community Session Final.pptx
Workday Community Session Final.pptx
 
Automate CRM systems through APIs with the new UiPath Integration Service
Automate CRM systems through APIs with the new UiPath Integration ServiceAutomate CRM systems through APIs with the new UiPath Integration Service
Automate CRM systems through APIs with the new UiPath Integration Service
 
Jade Intelligent Automation .pptx
Jade Intelligent Automation .pptxJade Intelligent Automation .pptx
Jade Intelligent Automation .pptx
 
Are processes masquerading as projects hurting your business
Are processes masquerading as projects hurting your businessAre processes masquerading as projects hurting your business
Are processes masquerading as projects hurting your business
 
Everything You Need to Know About RPA in 30 Minutes
Everything You Need to Know About RPA in 30 MinutesEverything You Need to Know About RPA in 30 Minutes
Everything You Need to Know About RPA in 30 Minutes
 
Technology Series: Intelligently automate core business apps with UiPath and ...
Technology Series: Intelligently automate core business apps with UiPath and ...Technology Series: Intelligently automate core business apps with UiPath and ...
Technology Series: Intelligently automate core business apps with UiPath and ...
 
Automated Application Integration with FME & Cityworks Webinar
Automated Application Integration with FME & Cityworks WebinarAutomated Application Integration with FME & Cityworks Webinar
Automated Application Integration with FME & Cityworks Webinar
 
Automation through APIs with the new UiPath Integration Service
 Automation through APIs with the new UiPath Integration Service Automation through APIs with the new UiPath Integration Service
Automation through APIs with the new UiPath Integration Service
 
Advanced Orchestration & Automation
Advanced Orchestration & AutomationAdvanced Orchestration & Automation
Advanced Orchestration & Automation
 
Applying Robotic Process Automation in Banking: Innovations in Finance and Risk
Applying Robotic Process Automation in Banking: Innovations in Finance and RiskApplying Robotic Process Automation in Banking: Innovations in Finance and Risk
Applying Robotic Process Automation in Banking: Innovations in Finance and Risk
 
Business Process Automation A Productivity Lever
Business Process Automation A Productivity LeverBusiness Process Automation A Productivity Lever
Business Process Automation A Productivity Lever
 
IBM Solutions Connect 2013 - Increase Efficiency by Automating IT Asset & Ser...
IBM Solutions Connect 2013 - Increase Efficiency by Automating IT Asset & Ser...IBM Solutions Connect 2013 - Increase Efficiency by Automating IT Asset & Ser...
IBM Solutions Connect 2013 - Increase Efficiency by Automating IT Asset & Ser...
 
Modul 1 - Introduction to Digital Transformation Technologies and Integration...
Modul 1 - Introduction to Digital Transformation Technologies and Integration...Modul 1 - Introduction to Digital Transformation Technologies and Integration...
Modul 1 - Introduction to Digital Transformation Technologies and Integration...
 
Seamlessly combine UiPath Automation with Qlik dashboards and workflows
Seamlessly combine UiPath Automation with Qlik dashboards and workflowsSeamlessly combine UiPath Automation with Qlik dashboards and workflows
Seamlessly combine UiPath Automation with Qlik dashboards and workflows
 
Pipefy Full Presentation
Pipefy Full Presentation Pipefy Full Presentation
Pipefy Full Presentation
 
UI_Path_First_Intro.pptx
UI_Path_First_Intro.pptxUI_Path_First_Intro.pptx
UI_Path_First_Intro.pptx
 
Importance of ‘Centralized Event collection’ and BigData platform for Analysis !
Importance of ‘Centralized Event collection’ and BigData platform for Analysis !Importance of ‘Centralized Event collection’ and BigData platform for Analysis !
Importance of ‘Centralized Event collection’ and BigData platform for Analysis !
 
Automate with Salesforce and across other platforms
Automate with Salesforce and across other platformsAutomate with Salesforce and across other platforms
Automate with Salesforce and across other platforms
 
Establish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and TableauEstablish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and Tableau
 

More from UiPath

Mentorship program AMA session
Mentorship program AMA sessionMentorship program AMA session
Mentorship program AMA session
UiPath
 

More from UiPath (17)

Chapter Leader playbook
Chapter Leader playbookChapter Leader playbook
Chapter Leader playbook
 
UiPath studio presentation
UiPath studio presentationUiPath studio presentation
UiPath studio presentation
 
UiPath Mentorship program AMA session
UiPath Mentorship program AMA sessionUiPath Mentorship program AMA session
UiPath Mentorship program AMA session
 
Community meetup Torino
Community meetup TorinoCommunity meetup Torino
Community meetup Torino
 
Mentorship program AMA session
Mentorship program AMA sessionMentorship program AMA session
Mentorship program AMA session
 
UiPath rpa developer best practices
UiPath rpa developer best practicesUiPath rpa developer best practices
UiPath rpa developer best practices
 
UiPath it automation for AWS
UiPath it automation for AWSUiPath it automation for AWS
UiPath it automation for AWS
 
UiPath quick_start_introslides
UiPath quick_start_introslidesUiPath quick_start_introslides
UiPath quick_start_introslides
 
Mentee roles, responsibilities and best practices
Mentee roles, responsibilities and best practicesMentee roles, responsibilities and best practices
Mentee roles, responsibilities and best practices
 
Your first meeting
Your first meetingYour first meeting
Your first meeting
 
Mentorship UiPath handbook
Mentorship UiPath handbookMentorship UiPath handbook
Mentorship UiPath handbook
 
Mentorship faq
Mentorship faqMentorship faq
Mentorship faq
 
Mentoring development plan
Mentoring development planMentoring development plan
Mentoring development plan
 
Mentoring agreement
Mentoring agreementMentoring agreement
Mentoring agreement
 
Mentor roles, responsibilities and best practices
Mentor roles, responsibilities and best practicesMentor roles, responsibilities and best practices
Mentor roles, responsibilities and best practices
 
The future of testing - value generation 2021-04-24
The future of testing - value generation 2021-04-24The future of testing - value generation 2021-04-24
The future of testing - value generation 2021-04-24
 
Programs and Connect!
Programs and Connect!Programs and Connect!
Programs and Connect!
 

Recently uploaded

Recently uploaded (20)

IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
In-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsIn-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT Professionals
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 

UiPath Community Meetup ServiceNow + mainframe and legacy

  • 2. 2 1. Meetup Introduction with our Community Manager 2. High Level Overview of ServiceNow Integration and Incorporating Legacy Applications 3. Use Cases 4. Live Walkthrough of Native Integrations 5. Building an Automation 6. Demo Agenda
  • 3. 3 Loss of operational efficiency as IT juggles multiple systems Many enterprises are stalled on the path to digital transformation Lack of employee engagement due to inefficient service delivery Today’s Digital Reality Downstream Impact Need for bespoke integrations to connect systems Risk to customer loyalty as a result of disjointed experiences Legacy IT systems, processes, and/or workflows risk operational efficiency and hinder companies from meeting digital transformation objectives IT, HR, and call center processes require multiple systems and steps – resulting in workflows that span ServiceNow products as well as third-party technologies Employees expect consumer- like experiences at work: they want to information from HR and IT teams in real time, on demand Customer experiences are disjointed and often involve many departments. Call center teams do not have visibility across the entire customer experience
  • 4. 4 Dynamic integration enables ServiceNow users to seamlessly add UiPath RPA to ServiceNow ServiceNow Integration Hub UiPath Spoke UiPath Activities for ServiceNow Pre-packaged activities that allow users to quickly create UiPath Robots that can act on information in ServiceNow Available in UiPath Studio + UiPath Marketplace Connects to UiPath Orchestrator so you can launch UiPath Robots natively from ServiceNow Available in ServiceNow Store
  • 5. 5 UiPath, ServiceNow, and Legacy Applications – Two Ways to Kick Off a Process 1) Trigger an RPA Automation to interact with a legacy system, then perform a ServiceNow operation Example – I start an Attended Automation from my Assistant tray, it scrapes data for new records in a legacy application, and creates tickets in ServiceNow 2) Perform an action in ServiceNow that triggers an RPA Automation Example – I submit an Incident which meets certain criteria, which triggers an Unattended Automation to scrape data from the corresponding record in a legacy application, and enters the data back into my Incident
  • 6. 6 or Example – Kicking off a process with an RPA automation 1. User starts an Attended Automation from their Assistant Tray 2. Robot pulls data from one or more legacy systems / formats (mainframe, Web Form, PDF, Excel, etc.) 3. Robot checks if ticket exists for item in ServiceNow • The Process could begin with an Attended or Unattended Automation • Triggers can include manually starting a process, monitoring an inbox or document repository, an item being added to a mainframe system – virtually anything • Several interaction methods can be used – general ones like UI Automation, AI Computer Vision, Hotkey Navigation, and specific capabilities like Terminal Emulation, OCR/ICR, Excel Activities • The RPA automation can perform key initial steps like scraping and structuring data, performing lookups across systems, and then performing an action in ServiceNow like creating or updating a ticket 4. Robot creates or updates ticket in ServiceNow 1. Unattended robot is triggered
  • 7. 7 Pre-packaged set of activities, available on UiPath Studio, that connects the UiPath Enterprise RPA Platform to ServiceNow using ServiceNow’s publicly-supported APIs – making it easy for users to automate interactions with ServiceNow records. How to Do It - UiPath Activity for ServiceNow ® Type Activity Connection & Authorization ServiceNow Application Scope ServiceNow Object Get ServiceNow Record Insert ServiceNow Record Insert ServiceNow ImportSet Delete ServiceNow Record Update ServiceNow Record Bulk API Insert ImportSet Records Upsert Records Multiple ServiceNow Records Get ServiceNow Records Attachments Add Attachment Download Attachment Delete Attachment
  • 8. 8 Example – Kicking off a process in ServiceNow 1. User updates an incident in ServiceNow 3. Robot pulls data from one or more legacy systems / formats (mainframe, Web Form, PDF, Excel, etc.) 4. Incident is updated real-time, as the user works in ServiceNow • Unattended robots can be triggered via a connection between ServiceNow and Orchestrator • Triggers are defined in the Workflow Designer • Data captured as part of the RPA automation can be sent back to ServiceNow real-time • The user doesn’t need to interact with any of the underlying systems; they can keep working in ServiceNow 2. Robot is triggered, starts data scraping process
  • 9. 9 Inbound connector from ServiceNow that connects the UiPath Enterprise RPA Platform using UiPath’s publicly- supported APIs – making it easy for users to start, stop, and manage UiPath automations directly from ServiceNow. How to Do It - ServiceNow ® Integration Hub Spoke V2 Type Action Environment Management Get Environment By ID Lookup Environments Job Management Start Jobs Get Job by Id Lookup Jobs Machine Management Get Machine By ID Lookup Machines Process Management Lookup Processes Queue Management Lookup Queues Add Item To Queue Create Queue Delete Queue Delete Queue Item Lookup Queue Items Release Management Get Release By ID Lookup Releases Robot Management Create Robot Delete Robot Get Robot By ID Lookup Robots Queue Management Lookup Queues Session Management Lookup Session Requirements 1. ServiceNow • Orlando • IntegrationHub Enterprise subscription 2. UiPath versions • Platform version 2020.4.1 • Cloud Platform version 2020.4.3
  • 10. 10 Use Cases supporting or complimenting the ServiceNow platform Human Resources • Employee Onboarding • New Hire Provisioning • Pre-Employment Verification and Immigration​ • Compensation and Benefits • Performance Management • Training Management • Compliance Management • Expense Processing • Employee Relations and Services • Employee Offboarding • Terminated User Deprovisioning • Reporting, Audit and Compliance Customer Service • Customer Inquiries • Customer Complaints • Refunds • Sales Order Entry and Cancellations • Service Scheduling and Management (e.g. Field Agents) • Claims Management • Marketing Campaigns • Reporting, Audit and Compliance • Invoice Processing IT Service Management • IT Service Requests (e.g. Hardware, Software, Intranet, Office, Connectivity & Access, ERP, Security, etc.) • Incident Management • Service Level Management • Service Catalog Management • Configuration Management • Service Testing and Validation • Release and Deployment Management • Knowledge Management • Change Management • Problem Management • Event Management • Reporting, Audit and Compliance Cloud Services
  • 11. 11 Use Case: IT – Ticket Synchronization Scenario 1. A robot looks up incidents that were raised in the last 24 hours. 2. The robot retrieves metadata of each incident. 3. The robot logs into ServiceNow and creates the incident with the gathered data and assigns the incident to the appropriate group. The robot retrieves metadata of each incident. A robot looks up incidents that were raised in the last 24 hours. The robot logs into ServiceNow and creates the incident with the gathered data and assigns the incident to the appropriate group. Legacy ITSM system Legacy ITSM system Watch the Demo
  • 12. 12 Walkthrough of Available Capabilities: • Terminal Emulation in Studio • ServiceNow Activities in Studio • UiPath Spoke in ServiceNow
  • 13. 13 Terminal Emulation • Connect to a terminal with built-in integrations to several common tools including Attachmate Reflection, Attachmate Extra, Rocket Bluezone, IBM Personal Communications, Reflection for UNIX, Reflection for IBM, and IBM EHLLAPI • GUI-based design and development • Retrieve text, fields or screen positions, send keys, text, or wait for certain text or fields to appear as triggers • Can be used in parallel with conventional methods like Computer Vision screen- scraping, hot key navigation, and others (you can try multiple methods and incorporate combinations)
  • 14. 14 ServiceNow Activities • Used to add, edit, and delete items into ServiceNow one at a time or bulk • GUI-based design and development • Incorporate ServiceNow outcomes into your workflows
  • 15. 15 ServiceNow Spoke • The UiPath Spoke is available in the ServiceNow store: UiPath Spoke • The UiPath spoke in ServiceNow connects to UiPath Orchestrator so you can launch UiPath Robots natively from ServiceNow • This integration enables the automation of business process in UiPath from your ServiceNow instance. This automation can happen on a separate VM or Server so the user in ServiceNow is not interrupted • For example, when a ticket is submitted in ServiceNow, the action of clicking the “Submit” button kicks off a robot to process the ticket and take action • The UiPath spoke provides actions to manage environments, jobs, machines, processes, robots, and so on, when events occur in ServiceNow
  • 16. 16 Demo – Connect ServiceNow with legacy systems Enhancing the Case Agent Experience Demo Video
  • 17. 17 Links and Documentation: • General ServiceNow Documentation: https://docs.uipath.com/activities/docs/servicenow-about • ServiceNow Activities on the UiPath Marketplace: https://marketplace.uipath.com/listings/servicenow-v1 • ServiceNow Activities Get Started Guide: https://docs.uipath.com/activities/docs/servicenow-about#section-get-started • Terminal Activities Pack: • https://docs.uipath.com/activities/docs/about-the-terminal-activities-pack • Terminal Automation Knowledge Base: • https://www.uipath.com/kb-articles/automating-terminals-and-mainframes • UiPath Spoke in ServiceNow Store
  • 18. 18 Information about Our Next Session