I am new to Microsoft Dynamic CRM.
I have a .NET Winforms application which requires to open a customer record in Microsoft Dynamic CRM. I have no idea how to do this.
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to get information of the customer in your winform application there is actually two ways of doing that, by going to the SQL server database directly and query filtered views, or by going through webservices.
If you want to open a customer record, simply get the GUID the same way, and open the page
for Account, and
for Contacts.
For more information on querying filtered views, check out Filtered View Sample Code and for webservices