I saw a feature in Dynamics CRM 2011 of attaching file to an entity with user interface. How I can attach file using Dynimcs CRM SDK 2011 and C#?
|
feedback
|
|
In order to attach a file to an entity programmatically, it must first have Notes enabled on the entity ( Then, create an There is a sample of at least creating an annotation here: http://msdn.microsoft.com/en-us/library/gg328429.aspx. | |||||||
feedback
|