Enhancements

  • The Configurator UI now follows restrictions when the "Minimum Quantity" field on an item record is used in combination with the "Enforce Minimum Internally" (internal id: enforceminqtyinternally) while in Edit mode.
    • Note: The "Enforce Minimum Internally" field is available if the Web Store feature is enabled in NetSuite.
  • Optimized the performance of the Imprint Method Configuration (IMC) caching used in the Configurator UI.

Mandatory Action for IMC Caching

To ensure the IMC caching continues to work post-update, please follow the steps below.

Create New Script Deployment

  1. Go to Customization → Scripting → Scripts.
  2. Search for the workflow action script named: eXtendOrders Set IMC Cache Data.Image Placeholder
  3. Deploy this script against the record type: eXtend IMC Imprint Method Configuration.Image Placeholder
  4. Specify 
    1. Status as: Released.
    2. Log level as: Audit or Error.
    3. Under audience, apply it to all roles.
  5. Save the record.

Create Workflow

  1. Go to the workflows applied on the record type eXtend IMC Imprint Method Configuration and edit the active workflow among them using the workflow action script "eXtendOrders Create Queue for IMC".
  2. Set the "eXtendOrders Create Queue for IMC" workflow action as inactive or remove it from the workflow.
  3. Add a new action and select the "eXtendOrders Set IMC Cache Data" workflow action.Image Placeholder
  4. Rename the state from "Create Queue Record" to "Cache IMCs".Image Placeholder
  5. Save the workflow.

Schedule Map Reduce Script

  1. Go to Customization → Scripting → Scripts.
  2. Search for the Map/Reduce script named: eXtendOrders Set IMC Cache Data MR.
  3. Create a scheduled deployment of this Map/Reduce script and schedule it to run weekly on weekends or any other day as per your requirement to ensure it doesn't impact your order entry process.Image Placeholder
  4. Save the deployment.