Skip to content
Advertisement

Tag: soql

Saleforce retrieving fields from two different objects – (SOQL) Simple Salesforce Python

I am using simpleSalesforce library for python to query SalesForce. I am looking at two different object in SalesForce: Account and Backend (parent-child). The Id in account matches the records of Backend through acc_id I am trying to do this: But I get the response showing: Malformed request – didn’t understand the relationship – in FROM part of query call.

Advertisement