Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
SuiteScript Usage/Governance Limit Workaround
Hi,
I am trying to create a custom "report" suitelet script to generate a CSV file containing rows where, for each row, thousands of usage units are required for calculating dependent columns/fields. The usage is due to complex record line item and date-dependent formulas which do not seem remotely possible using Saved Search formulas (for example, any given row's values can depend on the values in 20 separate records). The results also potentially change every day so it seems there is no point in pre-calculating and storing the results.
I am already using nlapiRequestURL() to offload calls that process each row to new suitelet instances (where response.write() is used for the formula result), so my script currently uses tens of thousands of usage units without a problem.