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