Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

Company offerings are centered around the creation of a “service model” that corrects the root cause of service issues and enables self-service. ServiceNow's tasks, activities and processes occur as cloud services, overseen as part of a comprehensive managed workflow that supports real-time communication, collaboration and resource sharing. ServiceNow has service management offerings for IT, human resources, security, customer service, software development, facilities, field service, marketing, finance and legal enterprise needs.

Use case(s)

  • Read and replicate all of ServiceNow's data tables (e.g leads, activities, campaigns . Contract Management, Product Catalog, Procurement  etc.). This would allow users to extract and load all of their ServiceNow data into specified multi-table or multi-file sink.
  • Retrieve data from one of ServiceNow's data tables, allowing users to transform and enrich the data before potentially joining it with other datasets.

User Storie(s)

  • As a data pipeline developer, I should be able to import all of ServiceNow data tables so that I can analyze ServiceNow data
  • As a data pipeline developer, I should be able to specify ServiceNow table name (e.g. ast_service, proc_po, proc_po_lineitem) for which I can retrieve and transform the data
  • As a data pipeline developer, I should be able to specify Client ID and Client secret that would allow me to extract the table records from ServiceNow
  • As a data pipeline developer, I should be able to see any errors from ServiceNow REST API calls so that I can resolve those issues

...

Configuration

ServiceNow batch source plugin will support two different pluginsmodes:

  1. ServiceNow Reporting Plugin mode - This plugin mode would get all the ServiceNow's data tables tables for a specific process/application (e.g. Leads, Activities, Campaigns, Companies  Contract ManagementProduct CatalogProcurement  etc.)
  2. ServiceNow Table Plugin mode - This plugin would get only the data associated with specified entity (e.g. Leadsast_service, proc_po, proc_po_lineitem)

ServiceNow Reporting plugin

...

Possible values: Leads, Activities
User Facing NameTypeDescriptionDefault valueNotes
Client IDstringServiceNow Client ID

Client SecretstringServiceNow Client secret

Application Namedrop-downServiceNow Application NameNoneValues: Contract ManagementProduct CatalogProcurement etc.
REST API EndpointstringREST API endpoint URLREST API Identity

User namestringREST API identityEntitydrop-downServiceNow entity user nameNone
Report formatstringReport formatCSVOptions are CSV, TSV or SSV


PasswordstringServiceNow password

Start datestringStart date for reports dataISO 8601 format

End datestringEnd date for reports dataISO 8601 format

Type of Valuedrop-down

The type of values to be returned. The type can be one of two values:
`Actual` - will fetch the actual values from the ServiceNow tables,
`Display` - will fetch the display values from the ServiceNow tables.

ActualValues: Actual , Display


ServiceNow Table plugin

This plugin should be used when the user would like to extract the data associated with a single ServiceNow table (e.g. ast_service)


User Facing NameTypeDescriptionDefault valueNotes
Table NamestringServiceNow
entity
table name to fetch
Possible table names include: Link

Tables from Contract ManagementProduct CatalogProcurement, Financial Management etc.
Client IDstringServiceNow Client ID

Client SecretstringServiceNow Client secret

REST API EndpointstringREST API endpoint URL
REST API Identity


User namestring
REST API identityReport format
ServiceNow user name

Passwordstring
Report formatCSVOptions are CSV, TSV or SSV
ServiceNow password

Start datestringStart date for the report
ISO 8601 format


End datestringEnd date for the report
ISO 8601 format


Type of Valuedrop-down

The type of values to be returned. The type can be one of two values:
`Actual` - will fetch the actual values from the ServiceNow tables,
`Display` - will fetch the display values from the ServiceNow tables.

ActualValues: Actual , Display


Design / Implementation Tips

  • TBDNone yet

Approach(s)

Properties

Security

...

Future Work

Test Case(s)

  • Test case #1 - TBD
  • Test case #2

Sample Pipeline

Please attach one or more sample pipeline(s) and associated data. 

Pipeline #1

...

  • - TBD

References