java.io.IOException:在 salesforce 上插入数据时,不活动的原因是强制性的
java.io.IOException: Reason for inactivity is mandatory when insert data on salesforce
我正在使用 Talend 与 salesforce 集成。在一些东西之后我想在 salesforce 中插入记录:
我的工作是这样的:
我的工作是这样的:
tSaleforceConnection
设置连接:
tSalesforceInput
检索给定的一行 table
tMap
是映射值以创建新记录以模拟在 table 中插入
tSalesforceOutput
进行插入查询,特别是在这个组件中我遇到了这个错误:
Exception in component tSalesforceOutput_1 (SalesForceConnection)
java.io.IOException: Reason for inactivity is mandatory
怎么了?
更新
我的tSalesforceOutput
组件:
"Inactivity"是目标对象吗?
在这种情况下,似乎字段 "Reason" 对于此对象是强制性的(或者检查字段不为空的验证规则)。
不然能再多说点吗?
成绩单
我正在使用 Talend 与 salesforce 集成。在一些东西之后我想在 salesforce 中插入记录:
我的工作是这样的:
我的工作是这样的:
tSaleforceConnection
设置连接:tSalesforceInput
检索给定的一行 tabletMap
是映射值以创建新记录以模拟在 table 中插入
tSalesforceOutput
进行插入查询,特别是在这个组件中我遇到了这个错误:
Exception in component tSalesforceOutput_1 (SalesForceConnection) java.io.IOException: Reason for inactivity is mandatory
怎么了?
更新
我的tSalesforceOutput
组件:
"Inactivity"是目标对象吗?
在这种情况下,似乎字段 "Reason" 对于此对象是强制性的(或者检查字段不为空的验证规则)。
不然能再多说点吗?
成绩单