访问自定义字段Salesforce

时间:2012-11-15 06:40:11

标签: java salesforce apex-code force.com

我在Salesforce中的Contacts对象中创建了一个自定义字段,其API名称为“Resume_Text__c”,我正在进行SOAP调用,通过编写以下SOQL来获取使用Java实现的字段值。

SELECT  Resume_Text__c FROM Contact

但执行查询抛出异常。

No such column 'Resume_Text__c' on entity 'Contact'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.'

那么如何通过Soap API Java实现访问自定义字段?

1 个答案:

答案 0 :(得分:3)

每当您在实施中使用 Enterprise.wsdl 文件时,您需要确保每次在Salesforce.com环境中创建一些新字段和对象时,刷新您的企业.wsdl 导入所有依赖关系映射,使用 Partner.wsdl