Hi All,
Currently I am working on Template entity of Dynamic CRM 2013. I know that we can change all the fields of Email Template like Title, Body, Subject, description etc. I am changing all the fields from C#.NET using primary Id(GUID of email).
Here I am facing problem i.e. when I changed body and subject of specific email template from C# code, it is NOT updating in UI i.e. on Dynamic CRM 2013 (other fields like title, description is updating in UI).
I am updating "Subject" as "Test Subject" and "Body" as "Test Body", but it is showing original values, not updating. I
don't know why body and subject is not updating from C# code for Dynamic CRM 2013.
