Questions tagged [dynamics-crm-2015]

Microsoft Dynamics CRM 2015 is the 7th version of the Microsoft Dynamics CRM platform launched in the end of 2014. Microsoft Dynamics CRM’s key focus is sales, marketing, service and help desk. However, it's highly adaptable and easily customizable to usage of both client-side JavaScript and server-side .NET code for plugins.

Microsoft Dynamics CRM 2015 is version 7 of the Microsoft Dynamics CRM platform launched in the end of 2014.

Microsoft Dynamics CRM 2015 doesn’t bring major changes for programmers. However, in this version, more customization can be realized simply by configuration (without programming) including enhanced business process flows, business rules, SLA enhancements and others.

Microsoft Dynamics CRM 2015 doesn’t support older software (browsers, MS Office, Windows server, SQL server etc.). Generally, it supports last two versions.

Questions asked about Microsoft Dynamics CRM 2015 typically include those around configuration, client-side customization (e.g. forms, views, charts, dashboards, javascript etc.), deployment, or server-side development (workflow assemblies, plugins in .NET, XML, SQL etc.)


Microsoft Dynamics CRM’s key focus is sales, marketing, service and help desk. However, it's highly adaptable and easily customizable to usage of both client-side JavaScript and server-side .NET code for plugins.

Major competitors to Dynamics CRM include SalesForce, SAP CRM and Oracle PeopleSoft CRM.

The Microsoft offering can be hosted on-premise by organizations, hosted in the public Microsoft Azure cloud for a fixed monthly fee, by a Microsoft Partner or as a federated solution. This flexibility lets companies change their deployment strategy as their business needs change whilst utilizing a single organization.

End users can access Microsoft CRM in the following ways.

  1. Supported web browser, such as later versions of Internet Explorer or the latest versions of Apple Safari, Google Chrome and Mozilla Firefox.
  2. Using a native Microsoft Outlook plugin integration
  3. Using a mobile device (mobile phone or tablet) with Microsoft Dynamics CRM Mobile
  4. ISV solution such as CWR Mobility

Preceding versions

Succeeding versions

561 questions
3
votes
1 answer

How to force exchange rate in sales order

We are doing a migration of sales orders from an old system to Dynamics CRM online. In the old system we have one amount in one currency and other amount in base currency(USD). The ratio between those two is the exchange rate that was valid in time…
mivra
  • 1,310
  • 16
  • 30
3
votes
1 answer

Question mark appears in currency fields returned from FetchXml

In Dynamics CRM 2015 I am using an ExecuteFetch request to query data. I need the resultset XML as response. In the resultset the formatted value in every currency field shows a question mark between the currency symbol and the amount:
Henk van Boeijen
  • 7,357
  • 6
  • 32
  • 42
3
votes
2 answers

Upgrade On-premise MS Dynamics CRM 2013 to On-Premise MS Dynamics CRM 2015

I have a problem when do upgrade from MS Dynamics CRM 2013 to 2015. When Import Organization Wizard does System Checks, it gets error: Violation of PRIMARY KEY constraint 'PK__#ActualC__59D49277A86CC312'. Cannot insert duplicate key in object…
3
votes
1 answer

Business process flow dynamic update via javascript broken after rollup 1

I'm doing an update of the business process flow via javascript, based on an option set value. I'm setting the processId and the stageId, then i force a form save, and on the callback i was refreshing the form. After rollup 1 has been applied the…
Mauro De Biasio
  • 1,146
  • 6
  • 16
3
votes
2 answers

Restricting Backward movement in Business Process Flow (CRM 2015)

We have a certain requirement in CRM 2015 in which we need to restrict backward movement in Business Process Flow for Non-S/S Admin users. I iterated through Client API’s (including scripting for Upgrade 1) but I didn’t find any API for achieving…
Kunal Goel
  • 3,357
  • 1
  • 14
  • 20
3
votes
1 answer

How do I include registered steps when deploying CRM 2015 plugins?

We're building a .NET plugin for Microsoft Dynamics CRM 2015. Our deployment pipeline looks like this: Compile, ilmerge and sign the plugin assembly Use the PluginRegistration.exe tool from the CRM2015 SDK to register the signed plugin DLL and…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197
3
votes
1 answer

CRM 2015 Linq Count() query - is this enumerating the query?

I've been struggling with writing Linq queries against the Dynamics CRM 2015 SDK OrganizationServiceContext. I'm finding that often the Linq methods I want to use are not supported by the CRM Linq Provider. The latest is Count(). I have an…
Tom Troughton
  • 3,941
  • 2
  • 37
  • 77
3
votes
2 answers

CRM - 2015 - CheckBoxes

IS this possible to have check boxes in crm 2015 page (not through web resource) , I tried to implement couples of solution with js but did not work out. Any comments would be useful.
Yash Narwal
  • 111
  • 2
  • 8
3
votes
2 answers

OnReadyStateComplete is not fired

I try to add CRM javascript web resource and try to manage iframe elements, but iframe OnReadyStateComplete event is not fired. Below, the first alert works but the second does not. function hello() { var audioPath=…
irohamca
  • 497
  • 3
  • 19
3
votes
1 answer

Install CRM 2015 SDK on Visual Studio 2013

I know that this is not an appropriate question for here. But I've looked everywhere, and cannot find an appropriate solution. What im trying to do is install CRM 2015 SDK on to Visual Studio 2013, to develop plugins, web resources etc.. I know its…
AndroidAL
  • 1,111
  • 4
  • 15
  • 35
3
votes
1 answer

CRM 2015 OnLine - Request for the permission SecurityPermission failed

I'm trying to generate a PDF in memory to send it to a WS. This PDF should be created in memory (Stream) and in the Microsoft CRM "cloud" in a plugin code. Is this possible? In the plugin (already coded and deployed) I have this lines, the 3th…
3
votes
1 answer

Can't remove a mailbox

I've got a mailbox that I wish to remove. However the error message I get is as follows. The mailbox associated to a user or a queue cannot be deleted. However, I can't see what user/queue that might be locking it. The only thing I can think of is…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
2
votes
2 answers

reopen closed or cancel activity with console application

I got this error when I try to reopen appointment: "Cannot update Closed or Cancelled Activity" here is my code: var connectionString = ConfigurationManager.ConnectionStrings["crmConnection"].ConnectionString; var conn =…
Nader Vaghari
  • 141
  • 10
2
votes
1 answer

Customize Email's regardingobjectid lookup dropdown

I've tried customizing Email's regardingobjectid lookup dropdown, using the following code: var regardingobjectid = Xrm.Page.getControl("regardingobjectid"); /* The value of viewId is a dummy value, and only needs to be unique among the other…
OfirD
  • 9,442
  • 5
  • 47
  • 90
2
votes
1 answer

How to use CrmServiceClient to set a null attribute value

I am struggling using the CrmServiceClient to update attribute values to null. My code is working fine for non null values but fails with an exception: Object reference not set to an instance of an object. at …
1 2
3
37 38