MS Dynamics: retrieve the schema of entities to us

2019-08-30 18:26发布

I'm trying to add some entities via a SOAP client, to MS Dynamics (online). My client is not a Microsoft client.

Do you know a way to retrieve the schema of Entities like Account, Prospect etc... I would like to know how . I really need to know it , for integration with different installations of Dynamics. I'd like to know the fields and when to put a String a Boolean etc.

I use a Demo instance of MS CRM online, from scratch, I did not change anything

Thanks!!

2条回答
唯我独甜
2楼-- · 2019-08-30 19:16

If you are looking to retrieve this information programmatically then follow Kevin Ross's answer above.

If you want to browse this information you can use the SDK Metadata Browser solution.

The Dynamics CRM Metadata Browser is in the SDK (SDK\Tools\MetadataBrowser). You can download the SDK from http://www.microsoft.com/en-us/download/details.aspx?id=40321.

Follow the README.DOCX that is in the SDK\Tools\MetadaraBrowser and you'll be able to see all the information necessary for manually building your SOAP calls.

Here is what it looks like:

enter image description here

查看更多
孤傲高冷的网名
3楼-- · 2019-08-30 19:26

You can get metadata about an entity or just one attribute on an entity by using a request. Here is a link to an example

http://msdn.microsoft.com/en-us/library/gg594428.aspx

查看更多
登录 后发表回答