Exploring ERP Canvas
Summarize
Summary of Exploring ERP Integration
ERP Integration within ServiceNow connects to ERP systems, allowing users to send updates and extract data for the ServiceNow AI Platform. It offers a unified data model to manage both standard and custom fields in ERP tables. Users can utilize remote tables for dynamic data fetching and extraction tables for scheduled data retrieval. This integration mirrors data from the ERP system, ensuring it remains secure and accessible within ServiceNow.
Show less
Key Features
- Connection Setup: Administrators can configure credentials and establish connections to the ERP system.
- Model Creation: Users can build ERP systems and models, including read and update operations, to manage data efficiently.
- Remote and Extraction Tables: Remote tables provide real-time data access, while extraction tables allow for daily data retrieval and processing.
- Transform Maps: Users create transform maps to connect source tables to ServiceNow Glide tables, facilitating data imports.
- Workflow Integration: Flows can be built in Workflow Studio to automate querying and updating processes with the ERP system.
Key Outcomes
By utilizing ERP Integration, ServiceNow customers can effectively manage and utilize ERP data within their applications. This integration streamlines data access, enhances operational efficiency, and supports the development of low-code applications using the ServiceNow AI Platform. Additionally, it ensures that sensitive data remains secure while providing flexibility in data operations.
ERP Canvas enables you to connect to the ERP (Enterprise Resource Planning) system to send updates and extract data to remote tables and extraction tables for use on the ServiceNow AI Platform.
Overview of ERP Canvas
- Remote tables get their records from running an associated script against an external data source.
- Extraction tables retrieve large amounts of data once a day using a scheduled query, and use transform tables to process data for use on the ServiceNow AI Platform.
In addition to retrieving data, ERP Canvas can also update the ERP system using a BAPI (Business Application Programming Interface).
The unified data model of the ServiceNow AI Platform ensures seamless integration of ERP data into the ServiceNow AI Platform, enabling users to access and use business data with efficiency and ease. ERP Canvas streamlines ERP data management, making it accessible and actionable within the ServiceNow AI Platform and ServiceNow instances.
ERP Canvas workflow
- Have your administrator use the Connections and Credentials app to configure credentials to connect to the ERP system of record. For more information, see Configure the ERP Canvas credentials and connection.
- Create an ERP system in ERP Canvas using the connection and credentials alias that you configured. For more information, see Create an ERP system in ERP Canvas.Note:The rest of the workflow steps are in ERP Canvas. Build your ERP systems, ERP models, and tables in a development instance, and then promote them to a production instance when you're ready. For more information, see Managing app deployments using Pipelines and Deployments.
- Clone or create an ERP model that scans the specified ERP module in the system of record for available tables and fields. Note the tables and fields in the ERP model for use in extraction and remote tables, as well as for mapping parameters to read and update the system of record. For more information, see Clone an ERP model in ERP Canvas.
- Create read and update operations to connect to the ERP system by adding tables, mapping fields, and building table joins to include additional data in the ERP model. For more information, see the following topics:
- Work with remote tables to make them available for use as a data source, such as when building apps in App Engine Studio. Remote tables get their records from running an associated script against an external data source. For more information, see the following topics:
- Work with ETL extraction tables to regularly scan the system of record and extract data to a staging table. Extraction tables retrieve large amounts of data once a day using a scheduled query, and use transform tables to process data for use on the ServiceNow AI Platform.
- Create as many separate extraction tables as needed, such as one for each supported country. For more information, see Extracting and transforming data in ERP Canvas.
- You must first create the table transform map that connects the source table (on the system of record) to a Glide table on the ServiceNow AI Platform. For more information on creating table transform maps, see Create a transform map.
- Extraction processes are configured in the ServiceNow app that uses them. For example, Workflow Studio.
- After the extraction process is run, use import sets to map imported data into ServiceNow AI Platform tables. For more information, see Import sets.
- Build flows in Workflow Studio to specify details for when you query or update the ERP (Enterprise Resource Planning) system. For more information, see Building flows to read or update the ERP system.
- Move the ERP systems, ERP models, tables, operations, and flows to a production environment when they are ready. For more information, see Managing ERP development pipelines in ERP Canvas.
- Use the ERP data that is now available as the data source when building apps on the ServiceNow AI Platform, such as:
- App Engine Studio: For more information, see Create a data model for your application.
- Flows in Workflow Studio: For more information, see Configuring Flow Designer.
- Playbooks in Workflow Studio: For more information, see Getting started with Process Automation.
- Table Builder: For more information, see Data in Table Builder.
- UI Builder: For more information, see Dynamically expose data in UI Builder pages (advanced feature).
- Workspace Builder: For more information, see Configure a record page for a workspace in Workspace Builder.
Benefits of ERP Canvas
| Benefit | Feature | Role |
|---|---|---|
| Configure connections to the system of record | Working with ERP systems in ERP Canvas | sn_erp_integration.erp_admin |
| Build ERP models to create read and update operations and organize mirrored ERP data | Building and managing ERP models to work with ERP data | sn_erp_integration.erp_admin |
| Work with and query remote tables to view ERP data on the system of record | Using ERP remote tables in ERP Canvas |
|
| Access standard remote tables | Standard remote tables for ERP Canvas |
|
| Configure extraction tables to regularly pull custom data from the ERP system | Extracting and transforming data in ERP Canvas | sn_erp_integration.erp_admin |
Additional resources for ERP Canvas
| Learn more about ERP Canvas | ServiceNow resources |
|---|---|
| ERP Canvas is a ServiceNow app that enables you to simplify the use of ERP data from the system of record, such as SAP. |
Note: You must log in to ServiceNow University to access this resource. |