Topic by Alejandro Cabrerizo
Content
First of all i want to apologize for my bad English, if someone doesn't understand and wants to help please tell me what to correct in my post.
I've been working with connect web services for Soap for a while now, eventually i've created some code that helps me to make UPSERTS (Update and Inserts) for two Right Now Objects. I've experienced some trouble at first with custom field values but they are all correct Right now.
My issue here is that when i run the integration for contacts, it mapps correctly all the values in the correct fields Except for the email value. This value appears as no value (Sin valor), this is so weird because the phone lists are working correctly. I know there is an data import assistant but i need this process to run automaticly and not manualy thats why i need to run this integrations through the integrations i've created previously. I've also reviewed the guide for these integrations and there it says that you have to map the attribute address type with the name "Primary" but it doesnt work neither. Also i had tried with the following values:
"Correo electrónico principal" setting the ID (0) for the namedID (This is the result of runing get basic named id from the example codes) but this doesent work neither.
"Principal"
and many other values that may be possible but all my effort has been worthless. My last chance was searching trough the wsdl but its hard to find what im looking for.
In the RN cx Console i've also searched in the data dictionary but in menu_options, there are only displayed the values and ID's for the custom field named id's attributes. I can't find where to search for the system field named ID's values for example the Email fields.
As you can see I've ran out of options, and i really need help in these theme. I want to make clear that the integration works it stores the registries in the console but this mail field it's gettin my nerve off.
You can see the code block im attaching, it is the block that represent the assignment of the system fields for contacts. I really hope someone could help me through this.