You need to sign in to do that
Don't have an account?
Binh Ngoc
Salesforce API with PHP
I currently use Salesforce PHP API. When querying Salesforce using SOQL, the return object doesnt have consistent structure if I query nested object. There are two types of returned obj:
1. SObject Object ( [type] => Opportunity [fields] => stdClass Object ( [Name] => [0] => SObject Object ( [type] => Account [fields] => [Id] => ) )
or
2. sobjects(...)
I am confused about why there is two type of returned object. Anyone would help?
- Ngoc
What is your query?