on 2019 Jul 05 11:08 AM
Hi Community,
i seem to be unable to update a Picklist when there are Items that need a Serialnumber or Batchnumber and are not in bin locations.
My procedure is a follows:
1. Get Picklist
2. Get available Serialnumbers of item in warehouse
3. Map Serialnumberdetails to coresponding Serialnumberdetails in Picklists/Picklistslines/SerialNumbers
4. Patch Picklist
The error i get:
{
"error": {
"code": -4014,
"message": {
"lang": "en-us",
"value": "Cannot add row without complete selection of batch/serial numbers"
}
}
}
Example of json i patch:
{
"Absoluteentry": 191,
"PickListsLines": [
{
"AbsoluteEntry": 191,
"LineNumber": 0,
"OrderEntry": 593,
"OrderRowID": 0,
"PickedQuantity": 2,
"BaseObjectType": 17,
"SerialNumbers": [
{
"ManufacturerSerialNumber": "",
"InternalSerialNumber": "A6-000479",
"ExpiryDate": null,
"ManufactureDate": null,
"ReceptionDate": "2012-06-04",
"WarrantyStart": null,
"WarrantyEnd": null,
"Location": null,
"Notes": null,
"BatchID": null,
"SystemSerialNumber": 479,
"BaseLineNumber": 0,
"Quantity": 1,
"TrackingNote": null,
"TrackingNoteLine": null
}, {
"ManufacturerSerialNumber": "",
"InternalSerialNumber": " A6-000543",
"ExpiryDate": null,
"ManufactureDate": null,
"ReceptionDate": "2012-06-04",
"WarrantyStart": null,
"WarrantyEnd": null,
"Location": null,
"Notes": null,
"BatchID": null,
"SystemSerialNumber": 543,
"BaseLineNumber": 0,
"Quantity": 1,
"TrackingNote": null,
"TrackingNoteLine": null
}
],
"BatchNumbers": [],
"DocumentLinesBinAllocations": []
}
]
}
Request clarification before answering.
Dear Manuel, unfortunately I don't have help on this, but have you seen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
12 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.