I am won开发者_Go百科dering how can I do the following about MS CRM 4.0: I want to know for a campaign if a contact from a specific marketing list has not replied yet.
What 开发者_如何学Gois the recommended approach for obtaining the identity of the currently logged in MS Dynamics user from code behind for a custom ASPX page that lives in the ISV directory?
We were previously using an unsupported dll (Microsoft.Crm.Application.Components.Core) to check if the current user in Dynamics has read privileges on a specific entity:
I have C# using the CRM RetrieveMultiple web service to update Lead entity records. Everything works perfectly 80% of the time.
I am trying to import customizations over to my server machine that is running Dynamics CRM 4. I am able to upload the customizations file on my CRM and it shows me all the entities.
I\'m attempting to access MS CRM that\'s exposed via IFD, and I\'m having authentication issues. The SOAP endpoint is behind NTLM, which I\'ve been able to access. The problem is, I\'m getting 401 re
I have an entity called Invoice and an entity called InvoiceItem. There is a one to many relationship called new_invoice_invoiceitem.
i want 开发者_JAVA技巧to do little chat on ms crm 4.0 and i want to know if i can to catch all users that currently loggedin into ms crm 4.0?Not natively. You could do a number of things to maintain a
I have followed the steps from this link, and created a plugin: http://msdn.microsoft.com/en-us/library/bb955365.aspx
Is there a clean way to duplicate/clone/copy a full fledged MSCRM 4.0 machine and bring back the copy with new host name?