Next steps after extracting data from your ERP system using ERP Canvas
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Building applications
After you identify and extract ERP (Enterprise Resource Planning) data with ERP Canvas, you can use that data on the Now Platform as the data source for products and apps.
Build a ServiceNow app that consumes ERP data
ERP data from the system of record is available in the remote tables and ERP extraction tables that you configure in ERP Canvas. You can also use table transform maps to put extracted ERP data into a Glide table.
After ERP data is available on tables in the Now Platform, you can use those tables as the foundation for app builders. For example, you can use ERP tables as a data source when you add data in App Engine Studio. For more information, see Create a data model for your application.
ServiceNow low- and pro-code builders
Using Glide to query ERP data
You can also access data from the system of record through the Glide API.
For more information, see Sample Glide query for ERP data in ERP Canvas.