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.
我使用 SOAP API 将 salesforce 与 asp.net 集成。如何在asp.net c#程序中获取salesforce的字段数据类型。
谢谢, 拉杰什库马尔
describeSObject (s) 调用返回有关对象及其字段的所有元数据,包括字段类型。