systopia / de.systopia.twingle

CiviCRM Twingle Integration
Other
4 stars 2 forks source link

Sync formal title #81

Open eptbertram opened 8 months ago

eptbertram commented 8 months ago

I noticed that formal_title does not sync from Twingle to my CiviCRM 5.67.2 on Drupal 10.2.2. No big deal, but strange: Twingle uses this field as optional.

jensschuppe commented 8 months ago

The field formal_title is part of the contact data sent to XCM when the Twingle field user_title is not empty. Maybe your XCM profile does not include that field in the "Fill fields" section for existing contacts?

eptbertram commented 8 months ago

No, Twingle field user_title is activated and XCM profile includes formal_title, too. But there is no data imported into CiviCRM. Do you have any idea why?

Twingle aktivierte Kontaktdatenfelder image

CiviCRM 5.69.2 with Drupal 10, Twingle extension 1.3 and XCM 1.12.

jensschuppe commented 8 months ago

Not really … you could try to log requests to the Contact.getorcreate API action with e.g. https://lab.civicrm.org/extensions/logapirequests to see whether the value is included in what XCM gets passed, and also to the TwingleDonation.submit action to see whether twingle are sending a value in the first place.