如何使用 python 部署到 Salesforce 自定义对象元数据?

发布于 2024-12-26 01:27:09 字数 726 浏览 1 评论 0原文

我似乎可以与 Salesforce 通信 元数据 API 仅使用 SOAP python 客户端(suds?)

有吗更优雅的方式?我了解

但我找不到任何示例或文档参考。

任何建议、参考或示例将不胜感激!

谢谢

It seems I can communicate with Salesforce Metadata API just using SOAP python client (suds?)

Is there any more elegant way? I know about

but I could not find any example or documentation reference..

Any suggestion, reference or example would be appreciated!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘和柠 2025-01-02 01:27:09

Salesforce 确实有 REST API,但据我所知,现阶段元数据操作是有限的并且也是只读的,因此使用 SOAP 是前进的方向。

您链接到的两个项目似乎是常规 salesforce API 和批量数据 API 的包装器,也就是说,源代码是可用的,所以也许您可以改编一个?或者等Superfell回答吧,貌似beatbox是他写的!

Salesforce does have a REST API but as far as I'm aware at this stage, the metadata operations are limited and also read-only, so using SOAP is the way forward.

The two projects you've linked to appear to be wrappers for the regular salesforce API and the bulk data API, that said, the source is available so maybe you could adapt one? Or wait for Superfell to answer, looks like he wrote the beatbox one!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文