My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: What's an appropriate script structure for an integration?
Hello @Dext3r, Good day! You're heading in the right direction. However, using task.create() for each individual transaction could result in multiple (or even excessive) concurrent script instan…2 -
Re: Identify any all scripts that may use the 'netsuite.com' data source w/o opening each script
Hello @CDuf, Good day. According to this documentation, you can use the ConnectLoginAudit record available for NetSuite2.com to get this information. This record gives SuiteAnalytics Connect administ…1 -
Re: Can a Workflow be triggered from SuiteScript with parameters?
Hello @Ivan Babiichuk, You can trigger workflows via SuiteScript using the N/task module. WorkflowTriggerTask Object Members WorkflowTriggerTaskStatus Object Members For parameters: WorkflowTriggerTa…1 -
Re: Mass consolidation of item fields to one field
Hi @JPrice, Good day. This is expected if you have more than 4000 records in your account. As stated in SuiteAnswers 43706 search.ResultSet: The maximum number of results in a ResultSet object is 400…1 -
Re: Use of ANY in Save Search Filters
Hello @mstemp, Good day. Try enclosing the values in a single quote instead of a double quote. I tested and verified this on my end. Please see screenshot below. I hope this helps! If you find this r…1
