- Release notes
- Before you begin
- Getting started
- Integrations
- Managing access
- Working with process apps
- Creating apps
- Loading data
- Uploading data
- Retrieving the SQL Server database parameters
- Setting up a SQL Server account for data upload using an extractor
- Loading data using Theobald Xtract Universal
- Customizing process apps
- Data transformations
- TemplateOne app template
- Purchase to Pay app template
- Order to Cash app template
- Basic troubleshooting guide
Configuring CData Sync for Order-to-Cash
Next to the Upload data option to load data for an Order-to-Cash process app, you can also use CData Sync to load data from files. This page describes how to use CData Sync to set up a source connection to load data from files into a Process Mining Order-to-Cash process app.
In general, when you want to use CData Sync to load data from files, you should follow the steps as described in Loading data using CData Sync to set up data loading using CData Sync.
Since specific settings are required when loading data from files into Order-to-Cash, pay attention to the steps described below.
Select CSV as the source system to which you want to create a connection from the list, and make sure to define the settings as described in Create a source connection.
Once the job is correctly setup, create a Custom Query paste the following queries (each query needs to maintain the semicolon at the end). Make sure you save all changes. See Create a job.
For Order-to-Cash use the following query:
REPLICATE [Accounting_documents_base_raw] SELECT * FROM [Accounting_documents_base];
REPLICATE [Deliveries_base_raw] SELECT * FROM [Deliveries_base];
REPLICATE [Delivery_items_base_raw] SELECT * FROM [Delivery_items_base];
REPLICATE [Events_base_raw] SELECT * FROM [Events_base];
REPLICATE [Invoice_cancellations_base_raw] SELECT * FROM [Invoice_cancellations_base];
REPLICATE [Invoice_items_base_raw] SELECT * FROM [Invoice_items_base];
REPLICATE [Invoices_base_raw] SELECT * FROM [Invoices_base];
REPLICATE [Payments_base_raw] SELECT * FROM [Payments_base];
REPLICATE [Sales_order_items_base_raw] SELECT * FROM [Sales_order_items_base];
REPLICATE [Sales_orders_base_raw] SELECT * FROM [Sales_orders_base]
REPLICATE [Accounting_documents_base_raw] SELECT * FROM [Accounting_documents_base];
REPLICATE [Deliveries_base_raw] SELECT * FROM [Deliveries_base];
REPLICATE [Delivery_items_base_raw] SELECT * FROM [Delivery_items_base];
REPLICATE [Events_base_raw] SELECT * FROM [Events_base];
REPLICATE [Invoice_cancellations_base_raw] SELECT * FROM [Invoice_cancellations_base];
REPLICATE [Invoice_items_base_raw] SELECT * FROM [Invoice_items_base];
REPLICATE [Invoices_base_raw] SELECT * FROM [Invoices_base];
REPLICATE [Payments_base_raw] SELECT * FROM [Payments_base];
REPLICATE [Sales_order_items_base_raw] SELECT * FROM [Sales_order_items_base];
REPLICATE [Sales_orders_base_raw] SELECT * FROM [Sales_orders_base]