I'm building out an app that has some Business Central bin transfer functionality where the user can select from Bin Contents to choose to move items to another zone/bin using Whse Reclassification Journal Lines. At some point, it's throwing the following error when I test with Postman, and I can't seem to work around it.
{
"error":{
"code":"Application_FieldValidationException",
"message":"Adjustment Bin Code must have a value in Location: Code=. It cannot be zero or empty. CorrelationId: 23d0e827-f958-45ca-a6b8-3f7c861d1368."
}
}
The Adjustment Bin Code for this location is set. Also, I can perform the move with the data that I was testing with in Postman using the Warehouse Reclassification Journal in Business Central. My AL code also doesn't refer to or use the adjustment bin itself, so I'm assuming it's some internal validation. Any insight into why I'm receiving this error would be very helpful.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.