MFGPowerPack 2023-10-05

Release Date: 5-OCT-2023
GP Versions: 12/14/16/18
MFG PowerPack Build: 12.224
* Vendor Pricing: fixed issue with the Custom pricing method in the MOP-POP (Outsourcing) window that caused it to not set the price.
* MO SPLIT: Prior to this release, MO Split would lock all splits to receive one because it needed to change the CMPNTSEQ back to zero so that MFG will auto-allocate it.  Normally GP only allows linking one MO to a SOP Line.  MO Split is linking multiple MOs to a SOP line by incrementing the CMPNTSEQ.  When a Split is being received it would lock all of the splits for that MO, change the MOP-SOP Link record so that the CMPNTSEQ was zero again, and then allow MFG to post the receipt and update the SOP line.  In a high volume environment with large MOs the time to post the receipt blocked receiving other Splits for the same MO until receipt posting completed.  This release replaces the MFG code that allocates a receipt to a SOP Line with our own routine that recognizes the CMPNTSEQ of Splits and can correctly apply a receipt to the parent Sales Lines (CMPNTSEQ = 0) without locking the other Splits.
* MFG Note Fix: NEW TWEAK – The MFG module has two procedures for getting the “next note index” when you add notes in different locations.  Depending on which window you are on this will create a duplicate note index.  The MFG Note Fix ensures that the MFG module always uses the correct method to get the next note index and therefore prevents creating duplicate notes.
The following windows can create duplicate MFG note indexes:
BOM Copy (BOM_Configure)
Routing Sequence Entry (mfg_router)
Sequences Copy (mfg_router_edit_Copy)
Routing Duplicate (mfg_router_edit_Duplicate)
Option Category Maintenance (Option_Category_Maintenance)
Sales Configurator (Sales_Configurator)
Manufacturing Order Routing Sequence Edit (WO_Edit)
Additionally, the MFG code for creating an MRP Routing, Working Routing, and Configured Routing all can create duplicate MFG Note Indexes.
* MFG Interface: this release includes an additional dexterity dictionary (7159W.DIC) that contains integration functionality between our modules and GP Manufacturing.