Sync to Contact Mapping Salesforce and WordPress Fields
-
We have created a field mapping of WordPress Users to Salesforce Contacts. For some reason the field map is incorporating 3 custom fields we’ve created and is sending them along with the salesforce mapping:
Object: Contact Message: No such column 'Emergency_Contact_Name__c' on sobject of type Contact Params: Array ( [fortafy_wordpressuserid__c] => 12 [FirstName] => Chloe [LastName] => Sonaskshi (Rubico) [Email] => [email protected] [MobilePhone] => 777-777-7777 [OtherPhone] => 666-666-6666 [MailingStreet] => 6943 W. Pershing [MailingCity] => Visalia [MailingState] => Alaska [MailingPostalCode] => 93291 [fortafy_relationship_to_contact__c] => Grandparent [fortafy_emergency_contact_name__c] => Marvin Gaye [fortafy_emergency_contact_phone__c] => 888-888-8888 [Relationship_to_Contact__c] => Grandparent [Emergency_Contact_Name__c] => Marvin Gaye [Emergency_Contact_Phone__c] => 888-888-8888 [RecordTypeId] => 0123t000000uYsgAAE )
You’ll notice that it’s sending the salesforce mapping
[fortafy_relationship_to_contact__c] => Grandparent [fortafy_emergency_contact_name__c] => Marvin Gaye [fortafy_emergency_contact_phone__c] => 888-888-8888
As well as sending the WordPress fields as part of the mapping:
[Relationship_to_Contact__c] => Grandparent [Emergency_Contact_Name__c] => Marvin Gaye [Emergency_Contact_Phone__c] => 888-888-8888
Oddly enough, I removed these fields altogether from the field mapping and while the Salesforce fields didn’t get mapped, the WordPress versions of the field were still added to the mapping.
Object: Contact Message: No such column 'Emergency_Contact_Name__c' on sobject of type Contact Params: Array ( [fortafy_wordpressuserid__c] => 13 [FirstName] => Paul [LastName] => Simon [Email] => [email protected] [MobilePhone] => 777-777-7777 [OtherPhone] => 888-888-8888 [MailingStreet] => 123 Nowhere Ln. [MailingCity] => Austin [MailingState] => Tennessee [MailingPostalCode] => 78757 <strong>[Relationship_to_Contact__c] => [Emergency_Contact_Name__c] => [Emergency_Contact_Phone__c] =></strong> [RecordTypeId] => 0123t000000uYsgAAE )
This causes an issue since the WordPress fields are obviously not in Salesforce.
- We are using ver. 2.1.2 of the plugin.
- We are using Ultimate Member Pro for creating these custom user meta fields.
- This is not happening with the above fields, which are also custom fields created with Ultimate Member.
- I have already deleted the field map once and recreated.
- Caching is turned off on the web host
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sync to Contact Mapping Salesforce and WordPress Fields’ is closed to new replies.