Optimize Server-Side Actions in NetSuite 2025.1
Optimize server-side actions to enhance performance in NetSuite 2025.1. Enable lightweight mode for efficiency.
Starting in NetSuite 2025.1, a new optimization feature has been introduced for server-side actions aimed at enhancing performance within inventory management. This update allows users to minimize the number of server-side action requests triggered by user interactions and includes an exciting lightweight mode specifically for users of the NetSuite CPQ Configurator (version 1.5.5).
Key Features of the Optimization
- Minimized Server Calls: Each user action such as clicks is streamlined to launch only one server-side action request whenever possible. This drastically improves the responsiveness of the application.
- Lightweight Mode: In scenarios where product data retrieval isn't immediately necessary, the lightweight mode can be activated. This means data is only fetched from the server when it is absolutely required, rather than on every action.
- Improved Performance: This mode is especially beneficial for non-optimized server-side actions which do not engage with product data, thus reducing server load and increasing processing speed.
How to Enable Lightweight Mode
To incorporate this optimization, navigate to the configuration settings within the CPQ module:
- Go to CPQ > Configurator > Settings.
- Check the box labeled Enable lightweight mode.
- Save your settings.
Data Handling with Scratchpad Variable
When using the lightweight mode, developers can utilize the scratchpad variable to efficiently transfer necessary data from the server to the client. This is especially useful for functions like setAnswer(), getTable(), and getQTable() that typically require product data.
Who This Affects
This optimization impacts a variety of roles including:
- Administrators: Responsible for enabling and managing settings.
- Developers: Engaged in creating or customizing server-side actions in the CPQ environment.
- Users of CPQ Configurator: Anyone utilizing this tool will benefit from better performance and response times.
Key Takeaways
- New lightweight mode available to enhance server-side action performance.
- Reduces server requests while optimizing user actions.
- Enable this feature easily through configuration settings.
- Improves data handling efficiency, particularly for certain functions.
- Ideal for NetSuite CPQ Configurator users needing enhanced performance.
Was this article helpful?