MFGImport 2023-06-20

Release Date: 20-JUN-2023
GP Versions: 12/14/16/18
MFG Import Build: 4.69
* FULL INSTALLATION ROUTINE REQUIRED
* Creates in the company database: W7048BOMLoadTemp, wspBOMImportPRE, wspBOMImportPOST, wspImportErr, W7048RouteLoadTemp, wspRTImportPRE, wspRTImportPRE
* BOM & Routing Imports: NEW- custom business logic. ImportPRE: After reading the Excel file, but before processing begins, run SQL update scripts on the imported data. Use this to add Template Items, set default values based on rules rather than a fixed value, set unit of measure, and more. ImportPOST: perform additional post integration updates, such as clearing certain fields.
* Enable Debug Mode with this dex.ini setting: MFGImportDebug=true. This will add several break points to the import routines where the process stops so you can verify what has occurred at the SQL level before proceeding.
* BOM & Routing Imports: added multi-user control to prevent to concurrently run imports from attempting to create the same records