I have created following code, and I have included this as web resource on the CRM 2011 form to be called on field onchange event of lookup field. Everything is working fine before the $.ajax({... lin
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:
In Dynamics CRM, I often get requirements from business users to create reports. Business users know and speak about entity display names and attribute labels. To write a query, I need to map those to
I am trying to get CRM to send an email melodramatically from a .Net C# app. I think I am close, but I keep getting an error:
I have 2 entities (for this example) in CRM 2011 - Account and Case. The Account holds all of our clients, the case holds individual work actions for an account. When a case is created one of the inpu
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.
Using CRM 4, I have an entity form that contains a tab with an iFrame that contains an aspx page. If the user clicks the save button on the entity form it calls the save call on the iFrame. This all
Is there any way to call the MS CRM web service from JavaScript from a web page that is NOT a CRM web page (i.e., not in the load or save event in a CRM form, but from a stand alone web page)?A second