Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete ServiceNow Integration Guide
Rating: 4.1 out of 5(73 ratings)
528 students

The Complete ServiceNow Integration Guide

Learn all about table API, Import Set API, Scripted REST API and SOAP Integration.
Created bySNow Professor
Last updated 3/2022
English
English [Auto],

What you'll learn

  • In this course you will learn about all the different types of Integration possible in ServiceNow. This course will cover table API, Import set API, Scripted REST API and SOAP Integration in ServiceNow

Course content

1 section15 lectures2h 6m total length
  • Introduction0:48

    Explore the complete ServiceNow integration guide and tutorial, led by an expert with eight years of experience. Examine ServiceNow integrations, portal implementation, and ITSM modules covered in the course.

  • Topic 15:27

    Explore the ServiceNow table API prerequisites and core CRUD operations, using get, post, put, batch, and delete methods with the table name and society identifier.

  • Topic 27:39

    Use the ServiceNow REST API explorer to construct and test requests, retrieve incident records, and generate code for a get operation with a limited result.

  • Topic 39:55

    Learn to create, update, and delete ServiceNow incidents using post, put, and delete methods, populate fields such as short description and configuration item, and generate scripts for external tools.

  • Topic 416:39

    Explore ServiceNow table API integration to insert and update incidents between source and target instances using post and put, through a rest message and UI action.

  • Topic 56:02

    Use the put method to update the incident from source to target, triggered by a ui action named update incident in Firefox, updating short description and child incident number.

  • Topic 61:52

    Explore how the import set rest interface enables data imports in ServiceNow, transforming incoming data via transform maps from source tables to target tables through the import set process.

  • Topic 77:07

    Explore the ServiceNow integration workflow between source and target instances, including a UI action for posting problem data through the APAC imports and mapping values to an import table.

  • Topic 86:33

    Configure the target instance with a custom import set table extended from import central, map problem description to the short description field, and script create or update by problem number.

  • Topic 97:01

    See the import set API integration in action, creating a new problem record, mapping data to the target instance, and confirming the short description updates via the transform map.

  • Topic 102:45

    Explore how to build and customize scripted rest APIs in ServiceNow, including defining service points, query parameters, and request-response handling to expose only chosen fields.

  • Topic 1111:05

    Master scripted rest api usage in ServiceNow by implementing get and post methods to retrieve and insert data, test with incident numbers, and expose secure, dynamic integrations.

  • Topic 1216:15

    Learn to post with a scripted REST API in ServiceNow STPI, building a request body with short description and description to create incidents, tested via STPI Explorer.

  • Topic 139:18

    Learn web services basics, including soap and wsdl, and how to create a ServiceNow web service, obtain its wsdl, and enable cross-instance incident integration.

  • Topic 1417:37

    Demonstrates configuring a ServiceNow integration by creating a soap message for another instance, setting basic authentication, mapping number, short description, and description fields, and testing insertion via a ui action.

Requirements

  • Admin access to ServiceNow Instance (personal Instance) and basic scripting knowledge in ServiceNow

Description

In this course you will learn about table API's, Import set API's, Scripted REST API's and SOAP Integration.All the integration topics will be covered in depth and also the terminologies used in the Integration will be explained.

Pre-requisite for the course are

1) Basic coding knowledge in ServiceNow

2) Admin Access on a ServiceNow Instance.

ServiceNow Overview

ServiceNow users can find the software useful within security, operations, customer service, HR and other industries. The ServiceNow product suite also offers software for physical and cloud-based IT needs and can be used to manage service-level projects and production instances within a department. ServiceNow is a cloud-based software platform for IT Service Management (ITSM) which helps to automate IT Business Management. It is designed based on ITIL guidelines to provide service-orientation for tasks, activities, and processes. What makes this platform unique? As a cloud-based platform, ServiceNow enables smooth integration of legacy software. The platform offers connected digital workflows that make work, work better for people and business operations. ServiceNow is built using Java and Tomcat web server running on Linux. Although to develop new modules and applications in ServiceNow the JavaScript knowledge is sufficient. IN general you don't need to be a programmer in order to perform basic ServiceNow administration tasks. ServiceNow uses JavaScript for most of its client and server side scripting, and you'll need to write both kinds of scripts if you want to do any kind of customization

Who this course is for:

  • ServiceNow Developers, Admins and Implementation Specialists