Hi community
When placing the GivenName, MiddleName, and Surname fields on the contact's placeholder card, they found that these fields were incorrectly parsed from Name.
This appears to be happening in ContactGmsFieldConverter.
In Italy is usually found contact with 2 given name or 2 surname,
for example the name Carlo Alberto dalla Chiesa should be parsed
- GivenName: Carlo
- Middle Name: Alberto
- Surname: dalla Chiesa
while the ContactGmsFieldConvert parses the FullName in
- GiveName Carlo
- Middle Name: Alberto dalla
- Surname: Chiesa
How can I disable it ?
I created a business process that takes the values filled in the GivenName, MiddleName and Surname fields, concatenates them together and assigns it to the Name field, but I got the unexpected result.