You need to sign in to do that
Don't have an account?

API Help Needed - can't determine API name for fields with data type 'lookup(user)' and 'hierarchy'
I am using APIs to populate an iPad app and have had no issues pulling most fields, but I am stuck on how to pull the data from 2 different fields:
- Account Owner - data type is Lookup(User). This is supposed to pull the Salesforce user who is listed as the account owner. (Field name is "Owner")
- Parent Account - data type is Hierarchy. This is supposed to pull the Parent Account of the Account show - i.e. J&J is the parent account of Band-Aid. (Field Name is "Parent", Child Relationship Name is "ChildAccounts)
Are you looking for SOQL to get the above fields Data from Salesforce by using REST API?
Thanks,
Naren