gpt4 book ai didi

.net - NetSuite API 创建订单时出错

转载 作者:行者123 更新时间:2023-12-04 00:12:10 28 4
gpt4 key购买 nike

我正在尝试使用 NetSuite 的 .NET 示例代码添加订单,但出现错误:

[Code=USER_ERROR] Please enter value(s) for: Location

我回到示例并在销售订单中添加了位置...

salesOrder.location = new RecordRef
{
type = RecordType.location,
typeSpecified = true,
internalId = "6"
};

但是,当我再次尝试添加订单时,出现了一个新错误:

[Code=INSUFFICIENT_PERMISSION] You do not have permissions to set a value for element location due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases.

有谁知道我需要在我的 Web 服务调用中或在 NetSuite 中做什么才能使它正常工作? NetSuite API 上的文档非常糟糕。我使用的是管理员帐户,该帐户已获得网络服务的访问权限。

位置的“库存可用”复选框已选中,这是一个可能的问题 I found here , 但选中/取消选中对获取此错误没有影响。

最佳答案

能够克服这个错误。该位置应该设置在正在出售的元素上——而不是销售订单本身!我刚刚开始使用 NetSuite Web 服务,并没有挖掘糟糕的文档和错误消息。

关于.net - NetSuite API 创建订单时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33088330/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com