I am trying to retrive the Primary contact name within the account entity in a PlugIn so i can send to an external database, the flooiwng code return error regarding the key is not exist in the dictionary, do i miss any thing? could you help please?
Lookup contactLookup = (Lookup)entity.Properties["primarycontactid"];
string sPrimaryContact = contactLookup.name;
*This post is locked for comments
I have the same question (0)