Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 8223

No RetriveEntityRequest since custom Cumstomer Field on Entity

$
0
0

Hello,

We have created a new custom customer field in CRM 2016 SP1.

Since this we don't can execute a RetiveEntityRequest

RetrieveEntityRequest a = new RetrieveEntityRequest();
a.EntityFilters = EntityFilters.Attributes;
a.RetrieveAsIfPublished = true;
a.LogicalName = "new_mitgliedschaft";
RetrieveEntityResponse b = null;

b = (RetrieveEntityResponse)crmOrgService.Execute(a);

The Last Line will Fault: OrganizationServiceFault: Found an integer attribute with unrecognized format: new_kundeidtype

I use the last SDK version.

The incident is existing on both: CRM OnPremise and CRM Online

When I delete the custom customer field on the entity the RetrieveEntityRequest will work.


Viewing all articles
Browse latest Browse all 8223

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>