Questions tagged [dynamics-crm]

Microsoft Dynamics CRM is a multilingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. It can be used as an xRM platform.

Useful resources


Version-specific tags


Other related tags

7813 questions
2
votes
2 answers

Why Managed and Unmanaged solution files are so much different in MS CRM?

I created solution in MS Dynamics CRM, then exported it as managed and unmanaged one. Decompressed both and I ran diff tool on customizations.xml files. And there are too many difference between them, it's hard to say what exactly what was changed…
shytikov
  • 9,155
  • 8
  • 56
  • 103
2
votes
2 answers

CRM 2011, Solution and publisher options not available

The problem is that when i go to Settings -> Customizations, it does not allow me to make any changes to existing entites, neither it allows me to create a new, custom one. It just displays a simple message: WARNING: Solution and Publisher Options…
Freeman
  • 5,691
  • 3
  • 29
  • 41
2
votes
1 answer

Keeping view's hidden status when exporting MS CRM 2011 solution

I have faced with strange flaw of MS CRM 2011 deployment process. Developer is able to deactivate views on development system, however it's impossible to transfer this customization to the target system via solution. Here is relevant blog post…
shytikov
  • 9,155
  • 8
  • 56
  • 103
2
votes
1 answer

Dynamics 2011: Setting Owner of Activity record

I am trying create Activity record in Dynamics 2011 with owner name set as "test_user". Instead below code is taking credential which is used to access Dynamics API. Is there any way to impersonate "test_user" user without passing his password?…
Firoz Ansari
  • 2,505
  • 1
  • 23
  • 36
2
votes
1 answer

Will Entities With Differing EntityTypeCodes Defined in the Early Bound Objects Cause an Issue?

I've got two different CRM endpoints who's Entity Metadata is completely identical except for a couple Option Sets (don't ask why). This morning I switched the early bound URL used in the CrmServiceUtil from Endpoint 1, to Endpoint 2. Upon doing a…
Daryl
  • 18,592
  • 9
  • 78
  • 145
2
votes
3 answers

Compare mscrm GUIDs in js

Is there some better/official way, how to compare CRM 2011 GUIDs in JavaScript 2e9565c4-fc5b-e211-993c-000c29208ee5=={2E9565C4-FC5B-E211-993C-000C29208EE5} without using .replace() and .toLowerCase()? First one is got thru…
jcjr
  • 1,503
  • 24
  • 40
2
votes
2 answers

Register CRM 2011 Plug-in on Import

How can a plug-in be registered on an import? There are messages 'Import' and 'Import All'. How are they used? I want to create a single record after an import to a specific entity. I tried to use 'Import', but I do not know what…
Bvrce
  • 2,170
  • 2
  • 27
  • 45
2
votes
1 answer

CRM 2011 Create Product Plugin

I am trying to create a new product with a plugin, but I get this exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. This is the code to create the product EntityReference ugRef = new…
Bvrce
  • 2,170
  • 2
  • 27
  • 45
2
votes
3 answers

Xrm.Page.getAttribute("").getValue() don't get actual value

I have a custom entity in CRM 2011 with a Closure Code(drop down list) and Solution(multiple lines text) fields. Is weird what is happening, and this is that the next sentence, is not getting the actual field value: var detailsSet =…
Jorge
  • 1,178
  • 2
  • 13
  • 33
2
votes
4 answers

Migrating Data Between Dynamics CRM 2011 Instances?

I have a Dynamics CRM 2011 instance where the database has become corrupted. The corrupted data appears to be isolated to a few tables (e.g. PrincipalObjectAccess) and the instance still functions normally to all appearances. The data is…
Dave Mackey
  • 4,306
  • 21
  • 78
  • 136
2
votes
2 answers

How to change CRM 4 Types to CRM 2011

I'm trying to convert a crm 4 Plug-in to CRM 2011. Does anybody know which are respective types in CRm 2011? Customer, CrmDateTime, CrmDecimal, CrmFloat, CBoolean, CrmMoney, Owner, Picklist, Key, Status, UniqueIdentifier, CrmBoolean public…
hello B
  • 891
  • 5
  • 18
  • 41
2
votes
1 answer

Microsoft Dynamics CRM always Mobile Express

When i login to my Dynamics CRM from my desktop web browser or anywhere else it redirects me to the Mobile express view. How can i disable it ?
2
votes
1 answer

custom workflow activity in CRM that creates a task

I have created a custom workflow activity in CRM that creates a task. The workflow is attached to an a opportunity. When I create my task I would like to set the “regardingobjectid” to the guid of the related opportunity. ICrmService…
Chris Jones
  • 2,630
  • 2
  • 21
  • 34
2
votes
2 answers

Crm 2011 how to get the stepid in which the plugin is executing

In crm 2011, inside the Execute method of a plugin, how can I know the id of the registered step that is executing? For instance, I have two steps for the pre create of an account. The execute method will run two times one for each step. I need to…
budahead
  • 185
  • 1
  • 9
2
votes
1 answer

How to create an opportunity using JSON and PHP?

I'm trying to create an oppurtunity in CRM but I'm unable to do it. I'm very new to this and I din't find any reference for PHP using JSON. Please help with a sample data or reference links. This is the error am getting. Error processing request…
eric
  • 21
  • 1