简体   繁体   中英

Is it possible to define a new entity type with attributes in Dynamics CRM through API?

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.

Have a look here

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

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM