【问题标题】:Cannot Create Sales Order using Dell Boomi无法使用 Dell Boomi 创建销售订单
【发布时间】:2023-03-18 18:38:01
【问题描述】:

我正在尝试使用 dell boomi 将 Salesforce 机会集成到 netsuite 销售订单。我不断收到错误 INVALID_TRANS_TYP 。我已经为 netsuite 中的所有必填字段赋值。任何人都知道我错过了什么

Netsuite 响应:

<Result>
  <id></id>
  <success>false</success>
  <errors>
    <error>
      <statusCode>INVALID_TRANS_TYP</statusCode>
      <message>Transaction type specified is incorrect.</message>
      <type>ERROR</type>
    </error>
  </errors>
</Result>

【问题讨论】:

    标签: netsuite boomi


    【解决方案1】:

    虽然我不了解 Boomi(由于 Boomi 的限制,我使用 JitterBit),但我可以说这是标准的 NetSuite 错误。 Boomi 向 NetSuite 发送什么?查看设置 > 集成 > Web 服务使用日志。找到与您的尝试相对应的操作。然后检查请求文件。这是 NetSuite 收到的实际请求。

    在我的实例中,我看到了以下记录类型,但我从未出现过该错误消息。如果你的不一样,那可能就是问题所在。

    <record xsi:type="tranSales:SalesOrder" externalId="0063800000kRhshAAC" xmlns:tranSales="urn:sales_2016_2.transactions.webservices.netsuite.com">
    

    希望对大家有所帮助...

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-03
      • 1970-01-01
      • 2022-06-15
      相关资源
      最近更新 更多