You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
lordspace
changed the title
Old Bug: API Query "Only Returns Id" Not The Requested Fields (php)
(upd: solved) Old Bug: API Query "Only Returns Id" Not The Requested Fields (php)
Apr 27, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am getting the same error that this guy had 10 years ago by querying to a custom object.
ref: https://developer.salesforce.com/forums/?id=906F00000008tQnIAI
Querying contacts works just fine.
I've also set this:
ini_set('soap.wsdl_cache_enabled', '0');
Update: Solved it by regenerating a new enterprise.wsdl by following these steps.
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_steps_generate_wsdl.htm
The text was updated successfully, but these errors were encountered: