Extract information from Microsoft CRM Dynamics with C #

-1

I would like to know how I can communicate with Microsoft Dynamics using C #.

Example, I have the following table in dynamic and accurate data in my C # application

<entity name="contact">
<attribute name="parentcustomerid"/>
<attribute name="telephone1"/>
<attribute name="emailaddress1"/>
<attribute name="lastname"/>
<attribute name="firstname"/>
    
asked by anonymous 13.06.2017 / 20:25

1 answer

0

Use the Microsoft Dynamics API.

Through this link you will find all the information:

link

    
21.06.2017 / 16:57