-
Value of emailaddress1 is shown as punycode in subgrid's view
I am able to repro the issue in vanilla org.
Steps:
- Navigate to the Account form in Dynamics 365.
- Ensure the Contact subgrid is present on the form, showing the Email column.
- In the subgrid, click + New Contact.
- Enter the following email address in the Email field: abc@example.com
- Save the Contact record.
- Observe the email shows as Punycode (abc@xn--example.com) in the subgrid. please find the below screenshots
Note:-
they explained that if the email address contains Unicode characters it is represented in ASCII, so this happens from a translation between Unicode and ASCII, if the email contains non-ASCII characters, Dynamics 365 converts the domain to Punycode for compatibility.
So requesting to implement the feature in future