There are certain changes you can make to your scripts to ensure the execute with performance in mind. This may be particularly true for custom scripts. You can see if there are custom scripts in your account at Customization > Scripting > Scripts. The following guidelines are suggested to optimize script performance: General Scripting Guidelines Accessing… Continue reading Optimizing SuiteScript Performance
Tag: code optimization
Steps to Optimize a SuiteScript
Optimizing a SuiteScript involves several best practices to ensure your scripts run efficiently and effectively. Here are key steps to consider: Efficient Use of API Calls Batch Processing: Process records in batches rather than one at a time to reduce the number of API calls. Use SuiteScript’s search module to retrieve multiple records in a… Continue reading Steps to Optimize a SuiteScript