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
- Go to Customization → Scripting →
Scripts.
- Search for the workflow action script
named: eXtendOrders
Set IMC Cache
Data.
- Deploy
this script against the record
type: eXtend IMC
Imprint
Method Configuration.
- Specify
- Status
as: Released.
- Log level as: Audit or Error.
- Under audience, apply it to all
roles.
- Save the record.
Create Workflow
- 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".
- Set the "eXtendOrders
Create
Queue for IMC" workflow action as inactive
or
remove it from the workflow.
- Add a new action and select the "eXtendOrders
Set IMC Cache
Data" workflow action.
- Rename the state from "Create
Queue Record" to "Cache
IMCs".
- Save the workflow.
Schedule Map Reduce Script
- Go to Customization →
Scripting → Scripts.
- Search for the Map/Reduce script
named: eXtendOrders Set IMC
Cache
Data MR.
- 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.
- Save the deployment.