Error while splitting a pallet - 'Item UOM is invalid or missing.'

Issue No: IC-5960
Created 8/13/2018 9:01:09 PM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.1
Description While spliting a lot, we are passing one of the UOM that is configured in the item configuration and getting the below error. Please look into this and resolve.   SQL script:   Go select *from tblICItemUOM Where intItemId=11 Go select *from tblICLot Where intLotId=2 Go [uspMFLotSplit] @intLotId =2 ,@intSplitSubLocationId =4 ,@intSplitStorageLocationId =48 ,@dblSplitQty =5 ,@intSplitItemUOMId =103 ,@intUserId =1 ,@strSplitLotNumber='abc' ,@strNewLotNumber ='abc' ,@strNote = NULL ,@intInventoryAdjustmentId = NULL ,@dtmDate = NULL ,@strReasonCode = NULL Screenshot:   !pastedImage_d103054_0.png!     !pastedImage_d103054_1.png!     You can verify the same using the below database   [ftp://ftp.i21server.com:2121/Databases/Zeeland/] cresto01_Aug09.zip