Item - make weights for lots mandatory conditionally

Issue No: IC-4271
Created 9/7/2017 12:04:43 PM
Type Gap
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1
Description       !pastedImage_d81980_0.png!   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.   http://jira.irelyserver.com/browse/IC-4009