MOGenerator 2024-09-18

Release Date:18-SEP-2024
GP Versions: 12/14/16/18
MOGenerator Build: 6.139
* MCTE Integration: New processing routine. (1) It now uses a sql routine to select the next MO to process so it only grabs an MO that can be processed (i.e. the MO isn’t locked, the BOM isn’t locked) rather than taking the next record from wMCTEHdr and then checking if it can be processed. (2) Previously the processing routine would attempt to process all records in wMCTEHdr, which for issue/rev issue would create a backup in the Process Monitor of IV transactions that need to be posted, which eventually could cause GP to lock-up when attempting to process hundreds of records. Processing Issue/Rev Issue now occurs in a daisy-chain where the posting of one IV transaction initiates the next MCTE process to integrate the next Issue/Rev Issue. When all records are processed the MOGen Timer will wait for new records in wMCTEHdr then kick-off the next attempt to process records. Processing Allocation/Rev Allocation has not changed because those do not need to post, so the MCTE processor will go through all such records in wMCTEHdr before shutting down, then the MOGen Timer will start it up again when new records are present.
* Excel Imports: changed method used to read a cell from Excel to ensure that the value only is retrieved from the cell in a manner that is not affected by the presence of a formula or cell formatting.