Hi,
I am trying to fix a bug that we spotted on our system...
in CRM 2011 I have a Pre-Operation plugin, on the Update of the contact
the problem is that in the target entity
var targetEntity = localContext.PluginExecutionContext.InputParameters["Target"] as Entity;
in the attributes, all the "Entity Reference" objects have a "Logical Name", an "Id", but not a "Name"
the name is always empty!
do you know why and if there is a workaround possible?
the only thing that comes to my mind is to retrieve the entity from the reference
but:
1: i would prefer not to call another service
2: there would be a problem for the fieldname (each reference has his own name)...
*This post is locked for comments