Quantity error on HH in price check

Modified on Mon, 13 Jun, 2022 at 9:48 AM

Overview

Issue:

  • HH displays an error for the quantity variables when scanning an item

Reproducible Steps: 

  1. Open mobile app
  2. Go into price check
  3. Scan an item with handheld
  4. 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article