on 2022 Oct 18 9:26 AM
Dear Experts,
After some testing, I have found that it is not possible to update UomGroup of an Item through Service Layer. Can anyone confirm, or maybe tell me if I'm missing something, maybe some field that also needs to be updated with change of UomGroup?
I've tried PATCH both with and without updating the UomEntries:
{
"ItemCode": "SLtest",
"UoMGroupEntry": 17,
"InventoryUoMEntry": 5,
"DefaultSalesUoMEntry": 5,
"DefaultPurchasingUoMEntry": 5,
"DefaultCountingUoMEntry": 5
}
{
"ItemCode": "SLtest",
"UoMGroupEntry": 17
}
Each time the response is following:
{ "error": { "code": "-2028", "message": "No matching records found (ODBC -2028)" }}
Any help would be appreciated.
BR,
Matija
Request clarification before answering.
User | Count |
---|---|
100 | |
11 | |
10 | |
9 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.