Tables and Key Fields for Route Integration
You must use or configure the tables and the key fields to support the integration.
To facilitate the data flow between multiple systems, this integration uses the following staging tables to store route inventory information:
-
Route Inventory
-
Route Inventory Transactions
Route Inventory
Use the following table lists the key fields in the
Route Inventory (__ORACO__RouteInventory_c)
staging table, which contains the information about the current
inventory.
Key Fields |
API Name |
Description |
---|---|---|
Route ID Product |
ID
|
Indicates the user keys that uniquely identify each inventory record. |
Total Quantity |
|
Indicates the quantity of inventory in a route. |
Sellable Quantity |
|
Indicates the sellable subset of the total quantity of inventory in a vehicle. |
Unsellable Quantity |
|
Indicates the unsellable subset of the total quantity of inventory in a vehicle. |
Last Processed Transaction Time Stamp |
|
Indicates the last creation time stamp from the Route Inventory Transaction table. This time stamp is used for calculating the inventory position for the route. See, Configuring Integration Flows on how this time stamp is used for refreshing inventory position. |
Route Inventory Transactions
Use the following table and the key fields in the
Route Inventory Transactions (__ORACO__RouteInvTransDSD_c)
staging table, which contains the information about the inventory
transactions.
Key Fields |
API Name |
Description |
---|---|---|
Route ID |
Id |
A unique and incremental database sequence ID generated by application when a record is created. |
Creating Time Stamp |
|
The date when the inventory transaction record was created. |
Route ID Product |
|
The keys that uniquely identify each inventory transaction. These correspond to a Route ID and the associated product. |
Transaction Date Transaction Type Transaction Quantity |
|
These fields describe how the route inventory has changed. |