Red Hat Camel K is deprecated
Red Hat Camel K is deprecated and the End of Life date for this product is June 30, 2025. For help migrating to the current go-to solution, Red Hat build of Apache Camel, see the Migration Guide.第 63 章 salesforce 更新 Sink
更新 Salesforce 中的对象。接收的正文必须包含每个属性的 JSON 键值对才能更新,sObjectName 和 sObjectId 必须作为参数提供。
键值对示例: { "Phone": "1234567890", "Name": "Antonia" }
63.1. 配置选项
下表总结了 salesforce-update-sink
Kamelet 可用的选项:
属性 | 名称 | 描述 | 类型 | 默认 | 示例 |
---|---|---|---|---|---|
clientId * | 消费者密钥 | Salesforce 应用程序消费者密钥 | 字符串 | ||
clientSecret * | 消费者 Secret | Salesforce 应用程序消费者 secret | 字符串 | ||
密码 X | 密码 | Salesforce 用户密码 | 字符串 | ||
sObjectId * | 对象 Id | 对象的 ID。仅在使用键值对时才需要。 | 字符串 | ||
sObjectName * | 对象名称 | 对象的类型。仅在使用键值对时才需要。 | 字符串 |
| |
userName * | 用户名 | Salesforce 用户名 | 字符串 | ||
loginUrl | 登录 URL | Salesforce 实例登录 URL | 字符串 |
|
带有星号 packagemanifests 的字段是必需的。