Name | Description | Type | Additional Information |
---|---|---|---|
DepartmentID |
ID of the department the product is in |
string |
Required Max length: 6 Must not contain a space or a tic (') |
ProductID |
ID of the product |
string |
Required Max length: 10 Must not contain a space or a tic (') |
ProductDescription |
Description of the product |
string |
Max length: 50 |
Quantity |
Quantity of the product |
decimal number |
Max length: 11 Max of 3 decimal places Must be filled out and numeric |
InvUnit |
Inventory unit of measure of the product |
string |
Max length: 4 |
CropCode |
ID of the crop the product is being used for |
string |
Max length: 15 |
LotNumber |
Lot number associated with the product |
string |
Max length: 30 Must not contain invalid characters |
UnitPrice |
Price per billing unit associated with the product if applicable |
decimal number |
Max length: 14 Must be filled out and numeric |
TechLicNumber |
Technology license number for the customer and product |
string |
Max length: 30 |
PrintLineItem |
Indicates the line that the appropriate information for this product will print on |
integer | |
ShipFromLocation |
ID of the location the product will be shipped from |
string |
Max length: 6 |
ShipFromDepartmentID |
ID of the department the product will be shipped from |
string |
Max length: 6 Must not contain a space or a tic (') |
PickedYN |
Indicates if the product was picked from the warehouse - True = the product was picked from the warehouse, False = the product was not picked |
boolean |
Must be 0, 1, True, or False |
PickedAmount |
Quantity of the product that was picked from the warehouse |
decimal number |
Max of 3 decimal places Must be numeric |
BackOrder | boolean |
Must be 0, 1, True, or False |
|
UniqueKey |
The unique number for each product in a delivery ticket |
integer |
Send in zero (0) if new. Do not modify existing value. |
ShipFromLocationName |
This is the name of the location from which this product will be shipped from |
string |
Max length: 50 |
ContainerID |
ID of the container selected for the product |
string |
Max length: 60 |