- πΊπΈ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.
Hello!
We created a mapping between Salesforce (pull) Account Object to Drupal's users entity. In this case, is a one to one relationship and works perfectly.
Now, we are trying to pull a custom Salesforce's Medical Appointment Object (with a pacient ID, list of date, name, location and medical speciality) to Drupal's node in a Multiple (salesforce) to One (drupal) relationship.
This is only pulled from Salesforce and Drupal only show the information to logged user, without any kind of update.
If we use a mapping, every information (date, name, location and medical speciality) creates a single node and stop being pulled from drupal because the pacient id is alredy exist.
Is it possible to create a single node with pacient id and pull all appointment's informations from the Salesforce?
Very thanks for the help!
Closed: outdated
4.1
salesforce_mapping.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
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.