api - Netsuite操作限制

标签 api netsuite

我已阅读 的文档api 表示操作有限制。即使在非高峰时段,Add 操作也仅限于 400 次操作。我用谷歌搜索过,但找不到增加操作限制的方法。是否可以增加操作次数。任何解决方案或链接等都会有帮助。

最佳答案

如果您阅读帮助主题了解 Web 服务治理,则会发现请求中的记录数量受到限制,而添加操作本身的数量则不受限制

正如它明确指出的

The record limits provided in the following tables are on a per request basis. There is NO limit to the number of requests that can be sent within a given time period, only on the number of records sent in an individual request.

您始终可以使用下一组 400 个请求来触发另一个请求。如果您担心请求需要时间并且确实想打开并行/并发请求,有两个选项

(1) 您购买 SuiteCloud Plus 许可证,这将通过允许 10-30 个并发用户(取决于您允许购买的 SuiteCloud 许可证数量)来增加并行请求数量

(2) 使用 RESTlet API,每个用户 session 允许大约 10 个并发请求,但需要在 NetSuite 帐户中编写 SuiteScript,然后才能通过 Https 作为 Web 服务访问它。

如果您担心 -

is there way to increase the limit on number of records per operation/request

答案是否定的

关于api - Netsuite操作限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33951372/

相关文章:

javascript - 如何找到 iframe 的有效链接?

web-services - 如何检查链接/网址的垃圾邮件

node.js - 通过 NodeJS 调用远程 API 并将结果附加到我的 API 失败

c# - 使用 C# 通过 suiteTalk 进行 NetSuite 自定义记录搜索

netsuite - 如何使用 SuiteScript 检查用户对 NetSuite 上当前记录的权限?

javascript - 如何使用SuiteScript获取NetSuite中模块的数据?

api - 实时更改Azure应用程序API

regex - 为什么正则表达式在 Karate 框架中不起作用?

javascript - 如何在 suitescript 2.0 中将 xml 转换为 JSON

netsuite - 获取多个 "formula"列的已保存搜索值