Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 beatbox API 将数据更新/插入到 salesforce 机会对象中。
当我将 Id 作为 externalIDFieldName 传递时,upsert() 会引发 INVALID FIELD 错误。目前我正在使用另一个唯一的外部 ID,它工作正常,但我想使用 salesforce ID。
请阐明我所缺少的。
如果您已经知道记录的 salesforce Id,只需调用 update 即可。
您可以将“Id”指定为外部键。
请参阅 REST upsert 文档
如果您需要根据 Id 进行更新插入,请使用 SOAP API。