Remote Data Options for Remote Tables
Summarize
Summary of Remote Data Options for Remote Tables
This guide explores the various methods of implementing remote tables in ServiceNow, detailing the advantages and disadvantages of each approach. Understanding these options is crucial for optimizing data management and user experience in your organization.
Show less
Key Features
- Full Remote: All account information is stored externally, providing real-time insights directly from the source system for a comprehensive customer view.
- Hybrid: Combines external lookups with local data storage, allowing for selective persistence of non-sensitive information while maintaining real-time data access.
- Full Local: All customer data is stored within ServiceNow, enabling faster access and facilitating reporting needs with periodic refreshes from the source.
Key Outcomes
- Full Remote: Ensures the latest information is always available but may require extensive updates across various platform components.
- Hybrid: Offers a balance between real-time data access and local storage, but necessitates strategies for data refreshing and synchronization.
- Full Local: Ideal for less frequently changing information, supports reporting, but may lead to outdated data without regular updates and requires additional measures for sensitive information security.
Understand the different approaches of implementing remote tables, and the advantages and disadvantages of each.
Full Remote
In a full remote system, all account information (accounts, insurance policies, and transactions) is stored in an external system.
- Looking at a customer record
- Relating information to a case
- Getting a 360 view of a customer; for example, in the Customer Information tab
| Pros | Cons |
|---|---|
|
|
Hybrid
In a hybrid system, the system utilizes lookup and save functionality to query information from external systems and persist header-level information into local tables.
This functionality can be utilized in tandem with batches/real-time API calls to store certain data locally.
Customer 360 is possible in this view, but it may require additional strategies around batch uploads and API calls to populate the data. You must be willing to store certain information about external data in local tables in this configuration.
| Pros | Cons |
|---|---|
|
|
Full local
In a full local data storage architectural approach, all customer and account information (customer, accounts, insurance policies) is stored in FSO. This configuration provides faster access to information for customers who want financial accounts/policies to be refreshed from the source system on a periodic basis (daily or at regular intervals throughout the day).
You may find this approach useful when the use case does not rely on the most recent data and prioritizes reporting needs.
- Looking at a customer record
- Relating information to a case
- Getting a 360 view of a customer; for example, in the Customer Information tab
| Pros | Cons |
|---|---|
|
|