Overview
Issue:
- HH displays an error for the quantity variables when scanning an item
Reproducible Steps:
- Open mobile app
- Go into price check
- Scan an item with handheld
- View quantity variables
Procedure
To get this working, you need to first disable resources by following queries:
UPDATE EntitySettings SET IsActive = 0, LastUpdated = GETUTCDATE() WHERE [Key] LIKE 'Mobile.ApiRouting.%'
UPDATE PlaceholderText SET IsActive = 0, LastUpdated = GETUTCDATE() WHERE NAME IN ('DailyUomSale','GetLocationQuantities','OutstandingPurchaseQuantity')
Then you need to sync mobile DB again. And after that do the price check once more.
References
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article