Inventory Count - make weights for lots mandatory conditionally

Issue No: IC-4288
Created 9/12/2017 4:02:44 PM
Type Gap
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1, 17.4
Description Include the same validation mentioned below for IR in Count screen too. When you add new lots to count screen, include the validation.     =============================================   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.