Maott / test

0 stars 0 forks source link

Difference in Salutation data from Contact View and Export View [D7] #17

Closed blackmsith closed 5 years ago

blackmsith commented 5 years ago

Check Salutation field, it is 'Ms' in Contact page where as 'Frau' in Export View.

Also, the grabbed data is disappeared, once the field is edited. OneDrive Link to Gif: https://snapaddy-my.sharepoint.com/:i:/p/s_blacksmith/ETVUyaAEAu9MigqJYMlFNSsBkHkccNUmAxBg7wXzOUiroQ?e=RCXNPF

rthrthrh

blackmsith commented 5 years ago

Created by TestQuality - Linked to TestQuality.com defect D7. Do not remove or edit. D7

Maott commented 5 years ago

This is no bug.

We use this function in the mapping:

    "salutationFunction": "if(address.gender === 0) { return 'Herr'; } else if (address.gender === 1){ return 'Frau'; } else { return ''; }"


User has to decide which value he wants to be exported to the Salutation field and then we can change it in the mapping.