I am trying to do the code below but it is not working - anyone know why?
EntityReference cdd = (EntityReference)entity.Attributes["new_case"];
if (cdd != null)
{
//Do code
}
I am trying to do the code below but it is not working - anyone know why?
EntityReference cdd = (EntityReference)entity.Attributes["new_case"];
if (cdd != null)
{
//Do code
}