【发布时间】: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>
【问题讨论】: