Hello,
When I used Dynamics Crm sdk to create/update an Account in Dynamics CRM, I had to use Html.Encode to encode some special account names such as AT&T, Steve's Co etc, otherwise the Sdk service call will throw exception. My question is, when the account name is displayed in Dynamics Account UI, it does not automatically Html.Decode to restore name to AT&T. I am a back end developer so not sure if the UI field can be configured to display Html coded text, or is there anything I can do from back end to ensure that the encoded name will be saved to AccountBase table as AT&T instead of AT&T?
Thanks in advance for any insight!
bjs