Receipt - make weights for lots mandatory conditionally

Issue No: IC-4009
Created 6/20/2017 9:37:02 AM
Type Gap
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1, 17.4
Description   Users are entring lots without weights. Mfg requires weight. However, scanner software is not validating for weights before splitting/moving lots. This leads to data error and requires manual data fixes in inventory.   Solution:   Changes to Item Setup   * Add check box "Lot Weights Required" in Item Setup. Enable this box if the item is Lot Tracked. * Default to checked.   Changes to IR   * If checked, enable the gross/net uom, gross and Net fields in IR. Otherwise make it readonly. * If checked, Validate for weights entered in receipt item grid and Lot grid. Do not save without gross/net uom, gross and Net weights filled and all validations passed.   Impacted implementation   * Write a script to make 'Lot Weights Required' = yes for all lot tracked items for existing implementations.