1

We have a asp.net webapplication. In this we allow our user to define his own types and collect information about users based on the types he created. Some of our users also use Microsoft Dynamics CRM. We want to integrate these collected information into Dynamics CRM. I have no idea how could we runtime create new entity types with attributes that the user defined in our system.

Or if you have a better idea, please share it. I went through the related videos in the CRM 2011 training kit, but found nothing useful.

4

2 回答 2

2

Have a look here

Looks like CreateEntityRequest and CreateAttributeRequest are main points of interest for you.

于 2013-08-31T18:39:28.530 回答
2

Actually you can use the metadata service to do this. More information available here: http://raotayyabali.wordpress.com/2012/04/21/ms-dynamics-crm-2011-metadatacreate-new-entity/

于 2013-08-31T18:41:14.757 回答