- πΊπΈUnited States rishi kulshreshtha
@AaronBauman, as per the instructions in this comment on the Retrieve attachment content β , I have added a subquery as a field under
pullQueryAlter
. The other fields added under this function are working fine and I can see their values while debugging and they work when added underpullPreSave
. However, I am unable to see the subquery field or its value underpullPreSave
. What steps should I take in order to retrieve the value of the relationship that was added underpullQueryAlter
from Salesforce to Drupal?An example of the added subquery is:
case 'my_mapping': // Adds a field. $query->fields['Drupal_ID__c'] = 'Drupal_ID__c'; // Adds a subquery. $query->fields[] = 'SELECT Contact__r.Name, Contact__r.Email, Contact__r.Alternate_e_mail__c, Role__c FROM Project_Roles__r'; break;
- Status changed to Closed: outdated
11 months ago 2:44pm 31 January 2024 - πΊπΈUnited States AaronBauman Philadelphia
I'm doing some cleanup on unsupported branches.
Please re-open this issue and update the version to 5.0.x-dev if this issue is still applicable to the latest release.