You are on page 1of 1

Differences between DXSH and IGHS -------------------------------(1) DXSH does not store commercial hierarchy.

The mock product service would har dcode "SOMETHING" for this object (2) ProductWeight is in Decimal format in DXSH. In IGHS it is interger (whole nu mber)? Need to find what works here (3) Deposit Amount does not exist in DXSH. Mock Product Service will hard code t his value (4) DesirableCodeLifeInDays -- Mock Product Service will hard code this value t o 1 MinimumCodeLifeInDays -- Mock Product Service will hard code this value to 1 AvailableToPickFromTime -- Mock Product Service will hard code this valu e to DateTime.Today.AddDays(1).ToUniversalTime() PackInBags -- Mock Product Service will hard code this value to true CanPickByPLU -- Mock Product Service will hard code this value to true DimensionUnits -- Mock Product Service will hard code this value to "cm" WeightUnits -- Mock Product Service will hard code this value to "g" All the above are not available in DXSH database. requiresCodeLifeCheckitems.Single() == "1" record.ProductId = 50000304

You might also like