I notice the the CRM moderator David Jennaway on the technet forum states that you can\'t use LINQ to update/Create records in CRM 2011 see here http://social.microsoft.com/Forums/en-IE/crmdevelopment
Brand new installation of Dynamics 2011 on a brand new Hyper-V virtual machine running Windows 2008 R2. SQL 2008 R2 installed on the VM immediately prior to the Dynamics install. Nothing else is insta
I am trying 开发者_运维百科to retrieve data from Microsoft Dynamics CRM database. In order to have LINQ functionality, I applied crmsvcutil to generate data context class. The following is the command
I am trying to call a Web application from an IFrame in CRM 2011 开发者_如何学GoOn-Premises. In the Web Application , how can I get the Client Credentials of the User Logged in CRM to pass to the IOrg
I want to get Contacts based on phone number, but in Ms Dynamics phone numbers are stored in all kinds of fo开发者_C百科rmat like 123 45 678, 12 34 56 78, 0112345678,01 12345678 and so on.
I have a workflow that that runs to update the status of a Case record to Resolved. However, the workflow gets put into s开发者_StackOverflowtatus \'waiting\' and contains a generic error message. Whe
I want to show a aspx page in an iframe on a custom dashboard. But this page needs some extra 开发者_StackOverflow社区parameters. How can i adjust the url from this iframe so i can pass the values fro
I\'m trying to retrieve a list of contacts from CRM 4.0 but I\'m having problems authenticating. From what I\'ve read, the method of listing all clinets is to parse the XML returned from an ExportAllX
I need to be able to exten开发者_如何学God CRM 2011 which is running in the cloud. I need to be able to perform CRUD operations from a completely separate internet web site. What options do I have? I
I have some JavaScript in Dynamics that does some work and needs to prompt the user with a Yes/No question.