Financial Services Remote Tables
Integrate your core systems using the ServiceNow Financial Services Remote Tables. This feature streamlines development by eliminating the need to recreate the ServiceNow data model for integrations.
About Financial Services Remote Tables
Financial institutions manage a large volume of account and transaction data through external core applications. To address the challenge of synchronizing this data within the Financial Services Operations application, the Financial Services Remote Tables application has been introduced. This solution enables real-time record lookup into external financial applications without the need to store the data permanently.
Remote tables are a ServiceNow AI Platform functionality that has been integrated with the Financial Services Operations banking applications. For more details on working with remote tables, see Remote tables.
Key features
- Incorporate Financial Services Remote Tables into the Financial Services Operations data model, featuring financial account and transaction tables.
- Enable on-demand synchronization of lookup records with ServiceNow tables to maintain data accuracy and timeliness.
Integration architecture
Using Financial Services Remote Tables, you can retrieve data from external sources or another instance through REST or SOAP services. To retrieve data from external sources or another instance, you must create and associate a script definition with a remote table. For more information on script definitions and an example of using a REST API call to look up financial transaction details, see Lookup remote information in the system of record
Setting up FSO Lookup client action
The Lookup UXF Client action, included in the Financial Services Remote Tables plugin, is essential for setting up the FSO Lookup Client action. This action integrates the Action Payload Definition and is used within a field decorator as a UXF Client action. It is available as part of the Remote table lookup application but requires integration with a field decorator or a declarative action.
The remote tables integration use case includes a step that walks through setting up the FSO Lookup client action. For more information, see Setting up a remote table integration.