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

Tool to convert a SQL query into Dynamics CRM FetchXML query

We need a tool that can convert a given well-defined SQL query into it's constituent xml form. Can anyone suggest anything of this sort, a free tool would do great help. Also, can you advise whether FetchXML by MS can be used to achieve this? We can…
leonidas
  • 21
  • 1
  • 3
2
votes
1 answer

The Entity you are trying to import is not the same as the one existing in the database even though it has the same name

when trying to import customizations for a specific entity I get an error saying that I can't reuse system queries for a custom entity. The error in the title appears in the detailed CRM trace: Could not import a Saved Query…
J. Ed
  • 6,692
  • 4
  • 39
  • 55
2
votes
3 answers

How to bind a .net dropdown list to a CRM 2011 Option Set

I'm sure this is possible, I just haven't got the foggiest how or where to start. So, I have an option set created in MS Dynamic CRM which gives me a list of countries, MyCountryOptionSet. Lovely. However, I have a number of other .net, c#…
Ricardo Deano
  • 2,769
  • 8
  • 47
  • 70
2
votes
1 answer

Increase the default width of the SiteXML(Left Navigation Pane in dashboard) in CRM 2011

Is there any way by which I can increase the default width of the CRM 2011 SiteMap, i.e. the left navigation pane in the dashboard? Thanks.
Anupam
  • 1,821
  • 3
  • 23
  • 41
2
votes
1 answer

Colorize the CRM grid

How can I colorize the CRM grid on Dynamics CRM 4? I would like to automatically display the list of an entity with a back color when loading the view. My goal is to have different colors depending on the status of the listed entity. For example, I…
Otiel
  • 18,404
  • 16
  • 78
  • 126
2
votes
2 answers

Dynamics CRM 2011 Import - Ignore Row

I am importing data from csv file in CRM2011, I was wondering if there a way to ignore a complete row, eg, if type = P then add if type = S then ignore? Cheers
Iain
  • 6,392
  • 2
  • 30
  • 50
2
votes
2 answers

Add Contract Line to Contract CRM 2011

I hope somone can help me further, as I'm really much stuck here. Im trying to add a contract line to my contract entity from a post-creat plugin. My code: Guid c_Id = (Guid)entity.Attributes["contractid"]; DateTime start =…
A Robben
  • 299
  • 2
  • 5
  • 20
2
votes
3 answers

Microsoft Dynamics CRM 2011 create quote product records with Workflow

I have created a dialog that creates a quote in CRM 2011 Online and now I am trying to have a child process start another dialog to fill that quote with quote products. Sadly quote products does not initially appear in the drop down of entities that…
2
votes
1 answer

Add member to marketing list in CRM 2011 plugin

I hope there is someone who can help me out here. I have found an article which gives you the short piece of code to add Add Multiple Entities (Members) to a Marketing List. So far so good. I'm coming across this problem. I have a custom lookup…
A Robben
  • 299
  • 2
  • 5
  • 20
2
votes
1 answer

Microsoft Dynamics CRM 2011 E-mail Router SchedulingPeriod in milliseconds?

I am attempting to speed up sent e-mail in CRM 2011 by editing the Microsoft.Crm.Tools.EmailAgent.xml file. I am modifying the SchedulingPeriod element and I am not sure if the interval setting is in seconds or milliseconds. The CRM 4.0…
John Smith
  • 953
  • 3
  • 9
  • 18
2
votes
1 answer

crm online, add organisations

Is there any posibility to add more organizations to "CRM 2011 Online" like it has been realized in "CRM on permise" (with assistent or something like this)? I just want to get an array with multiple organizations by calling…
2
votes
1 answer

Using PowerShell to query CRM 2011 SOAP endpoint

I am trying to query CRM 2011 via PowerShell and SOAP. The following PowerShell script should return the Contact’s full name, but I get nothing. $xml = "" $xml += "
2
votes
3 answers

Does MSCRM web-service support database transactions?

One would assume with any web-based data application that database transactions would be an integral part of the design. Looking around at CrmService, I can't find anything that suggests that transactional 'CRUD's are available. Is it the case that…
Luke Baulch
  • 3,626
  • 6
  • 36
  • 44
2
votes
1 answer

Accessing Shared Entities through CRM 2011 SDK

I am trying to return in code a list of particular entities that are shared with a team. In particular the shared views (userquery entity) objects that are being shared? Any pointers would be appreciated.
bigtv
  • 2,611
  • 5
  • 29
  • 42
2
votes
1 answer

Retrieving data from a custom entity in Dynamics CRM Online

I developed a Custom application that is able to consume the CRM Web services and perform Windows Live Id authentication, create, read and update operation in the CRM from the custom .NET page.I am able to retrieve data from the Accounts from the…
1 2 3
99
100