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

query the multiple objects like Account, Opportunity and User in one call
How do I query the multiple objects like Account, Opportunity and User in one call? I need to get all the opportunities for an object along with the logged in user who made the call?
Is it possible to get all the information in one query or do I need to make multiple calls?
Thanks in advance for your help.
Is it possible to get all the information in one query or do I need to make multiple calls?
Thanks in advance for your help.
I mean if the logged in user is owning some records (Owner of the account you are referring to) then definetly Yes, you can query in a single call.