Tables and Key Fields for Shipments
You must use or configure the tables and the key fields to support the integration.
As a sales administrator or implementor, use this integration to facilitate the data flow between multiple systems to store shipment information:
-
DSD Shipment
-
DSD Shipment Line
DSD Shipment
Use the following table and the key fields in the
DSD Shipment (__ORACO__ShipmentDSD_c)
staging table used for storing shipment header information.
Key Fields |
API Name |
Description |
---|---|---|
Shipment Number |
|
A unique alphanumeric key in SCM that identifies a shipment. |
Account |
|
The retailer account to which the shipment is delivered. You must ensure that this field is correctly set. |
Order Number |
|
The order for which the shipment was created. |
Shipment Date |
|
The shipment date provided by SCM. |
Legal Entity |
|
The manufacturer legal entity for the shipment. |
Source System |
|
Uniquely identifies the source for the shipment to track shipment. |
Source System Number |
|
The unique number within each source system for a shipment to track shipment. |
Created On |
|
This field must be set to 0 (zero) to identify the new records from SCM. |
DSD Shipment Line
Use the following table lists the key field in the DSD Shipment Line (__ORACO__ShipmentLineDSD_c) staging table for storing shipment line information.
Key Fields |
API Name |
Description |
---|---|---|
Shipment Line Number |
|
A globally unique alphanumeric string provided by SCM for each shipment line. |
Line Number |
|
A numeric and unique line number within a shipment. |
Shipment |
|
The shipment header associated with the shipment line. |
Account |
|
The retailer account to which the shipment is delivered. Same as the Account field in the Shipment header. This field must be set correctly. |
Product |
|
The product being shipped. |
Quantity |
|
The quantity of the product being shipped. |
Source System |
|
Uniquely identifies the source for the shipment to track shipment. |
Source System Number |
|
The unique number within each source system for a shipment to track shipment. |
Line Number |
|
The unique numeric line number within a shipment to track shipment. |
Created On |
|
This must be set to 0 (zero) to identify the new records from SCM. |