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 |
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 |
TechLicNumber for the customer and product on the line item |
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 |
Indicates if the ticket is on back order to be fulfilled later |
boolean |
Must be 0, 1, True, or False |
ContainerID |
ID of the container selected for the product |
string |
Max length: 15 |