66

Steps to reproduce:


1) Open any inventory operation

2) Scan product (add new line)

3) Scan result is Product Master with pre-selected Color dimension

4) Pre selected Color dimension is ignored in variant selection dialog


Method:

Pos.Core.js

GetInventoryDocumentProductWithLocationAndQuantityClientRequestHandler.prototype._getVariantAsync

 var selectProductVariantClientRequest = new Commerce.Products.SelectProductVariantClientRequest(product, undefined, editResult.correlationId, editResult.title);

 

Undefined value is passed as second parameter to variant selection dialog which ignoring the already selected dimension;


Idea:

To pass selected deimensions instead of undefined value



STATUS DETAILS
New

Comments

A

Our customer has a custom product number representing the Product number + Color dimension. When scanning this barcode the product number + color dimension is sent into the method, but is set to undefined, which results in an empty dialog facing the store personnel.

Category: Store Operations and POS

A

Microsoft, any feedback/update on this?

Category: Store Operations and POS