Optimize Server-Side Actions in NetSuite 2025.1

Optimize server-side actions to enhance performance in NetSuite 2025.1. Enable lightweight mode for efficiency.

·2 min read·2 views·NetSuite 2025.1·From NetSuite Release Notes PDF

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:

  1. Go to CPQ > Configurator > Settings.
  2. Check the box labeled Enable lightweight mode.
  3. 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.

Frequently Asked Questions (4)

Does this optimization feature apply to both standard NetSuite and CPQ Configurator?
The optimization feature specifically applies to users of the NetSuite CPQ Configurator (version 1.5.5). Standard NetSuite features are not explicitly mentioned in the article.
What permissions are required to enable the lightweight mode?
The article does not specify the exact permissions required to enable lightweight mode. However, typically, an administrator role would be necessary to access and modify configuration settings.
What happens if a user tries to access product data while in lightweight mode?
In lightweight mode, product data is only fetched from the server when it is absolutely required. This means that if the data is needed, it will be retrieved at that moment, optimizing server calls.
Will enabling lightweight mode affect existing server-side actions that rely on product data?
The lightweight mode is designed to optimize server-side actions, particularly those that do not engage with product data. However, existing actions will still function but may perform differently based on the new optimization.
Source: Optimize Server-Side Actions NetSuite Release Notes PDF. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Inventory Management

View all Inventory Management articles →

Also from NetSuite 2025.1

View all NetSuite 2025.1 changes →