
Explore remote tables and integration possibilities in ServiceNow, including activating the remote table plug in, integrating source and target instances, and creating reports from an external API like weather information.
Explore remote tables in ServiceNow, connecting a table to an external data source via a table definition with in memory data and optional cache.
Activate remote tables plugin from ServiceNow left navigation, install with demo data if needed, and use repair and upgrade options; ensure your instance is on NY or later.
Learn to set up a remote table in ServiceNow by entering table details, noting the global scope prefix, and enabling in‑memory caching to boost performance and external integrations.
Implement remote tables and integrate with ServiceNow by transferring incident data from a source to a target instance. Create a rest message, define the remote table, and generate reports.
Create a rest message on the target instance, configure the source and endpoint, and test get methods to retrieve the first 10 incidents and 100 changes.
Activate the plugin to create remote tables under system definition, populate incident and change data with read-only fields via integration.
Create definitions for the remote table, configure a script, map fields from source to target, and push data into the remote incident table.
Configure caching for remote table data in service now, set a 120-second TTL, and map remote change data into the target table to enable reports and API-driven dashboards.
Create a dashboard from remote tables by building incident and change reports, visualizing with bar and pie charts, sourced from a separate instance and stored in memory.
Explore remote tables in ServiceNow by pulling weather data from the open weather map api with a get request, then creating a report and displaying it on a dashboard.
Learn how to fetch Kuwait data from an EPA API, store it in a report table, and generate a report, exploring remote tables and ServiceNow integration options.
Create a simple get request to an EPA API, verify a 200 status, and display the remote table data as a bar chart on a ServiceNow dashboard.
In this course you will learn the following,
1) What is Remote Tables?
2) How to create Remote Tables?
3) How to Integrate Remote tables with an another ServiceNow Instance and report on the Data without actually storing the data in the target Instance.
4) How to Integrate Remote table with a Weather API to report on the Information.
5) How to Integrate Remote table with a Covid API to report on the Information.