locked
Copy the entityimage from one record to another record RRS feed

  • Question

  • Hi All,

    Can anyone help me on how to copy the entityimage of a contact record to another contact record.  Will the entityimage_url attribute help us to copy.

    Friday, October 7, 2016 2:30 PM

All replies

  • The entityimage_url attribute won't help, as this is a derived, read-only attribute. Instead, you can just update the entityimage attribute like any other attribute via the Update method. Note that this attribute is stored as a byte array - this is directly handled correctly in .Net, though may need some manipulation in other environments

    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

    Wednesday, October 12, 2016 6:33 AM
    Moderator