【问题标题】:I need a way to find internalIds of contactRole in netsuite我需要一种在 netsuite 中查找 contactRole 的 internalIds 的方法
【发布时间】:2020-01-28 11:22:13
【问题描述】:

我们如何获取netsuite中contactrole的internalId。我基本上是在尝试添加一个联系人角色作为联系人附加到客户记录的一部分。我需要在下面填写contactRole 的internalId 属性以添加正确的contactRole。但我无法从 netsuite UI 中搜索现有 contactRole 的 internalIds。任何帮助表示赞赏。片段如下。

<soapenv:Body xmlns:sales="urn:sales_2018_2.transactions.webservices.netsuite.com">
      <urn:attach>
         <urn:attachReference xsi:type="core:AttachContactReference">
            <core:attachTo internalId="1298" xsi:type="core:RecordRef" type="customer" /> 
            <contact internalId="1307" xsi:type="core:RecordRef"/>
            <contactRole xsi:type="core:RecordRef"/>
         </urn:attachReference>
      </urn:attach>
   </soapenv:Body>

【问题讨论】:

    标签: soap netsuite suitetalk


    【解决方案1】:

    在这里可以在 netsuite UI 上找到它。设置-销售-CRM 列表

    【讨论】:

      猜你喜欢
      • 2021-04-27
      • 2012-05-27
      • 1970-01-01
      • 2010-12-28
      • 1970-01-01
      • 2018-01-16
      • 2017-09-30
      • 1970-01-01
      • 2018-07-24
      相关资源
      最近更新 更多