MFG PowerPack 2026-04-15

Release Date:15-APR-2026
GP Versions: 12/14/16/18
MFG PowerPack Build: 24.280
* MRP Alternates: the changes all pertain to issues encountered when handling a component that has multiple alternates. (1) when pulling the list of MRP Suggestions for items that have alternates the list was returned using the primary key on the MRP tables which essentially sorts by Order Number. This usually, but not always, corresponds to the requirement date, but could result in processing out of order. The query now sorts by Item, Site, Date then Order Number. (2) the process to get the alternate inventory available quantity would correctly return HasInv but on subsequent attempts if was failing to set the HasInv flag. If an altnerate had enough inventory to cover multiple MRP recommendations it would be used on the first requirement but skipped on following requirements. (3) the Consume Alternates routine was dropping the MRPAlt temp table when it was done meeting the requirement, which could come into play if the MRP Suggestions was not processed in order (see #1), and result in it attempting to use the same alternate quantity more than one, or conversely not attempting to use an additional alternate when there are multiple. Consume Alternates now retains the table for the entire process.