Pulling related objects
-
Is it possible to access data in a “related object” to the Salesforce object being synced?
Apparently Salesforce lets you access the fields of relational objects with formulas using “__r” at the end of the API name instead of “__c”.
I’m wondering if “object_sync_for_salesforce_pull_params_modify” could be used or some other hook?
Here are a couple of examples of arrays that I want to add to the salesforce pull query but am not sure how:
( SELECT Website_Info__c FROM Online_Platforms__r ),
( SELECT Role__c, Talent__r.Name FROM Film_Credits__r )Any help would be much appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Pulling related objects’ is closed to new replies.