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
0
votes
1 answer

Debug Asynchronous plugin

How can I debug an asynchronous plugin( or custom workflow ) registered in CRM Dynamics online. As following post indicate it is working for synchrounous plugin I am just wondering is it possible for Asynchrounous plugins as well. Debuggin plugin in…
0
votes
1 answer

Dynamic CRM 2015 Business Process Flow Editing

I am trying to edit the BPF element in a Case form to remove the highlighted field in the below image: I am fairly new to CRM 2015, does anyone know how i can do that ? I have tried the ribbonworkbench and the form editor and could not find it…
Ashvin
  • 3
  • 1
0
votes
1 answer

Why is my update in my plugin on my custom entity not occurring?

I'm writing an auto number plugin for MS Dynamics CRM 2015. It works on the creation of an opportunity, when a new number needs to be generated. The current number is stored in another entity, which is retrieved at the time of creating the…
sr28
  • 4,728
  • 5
  • 36
  • 67
0
votes
1 answer

CRM Online 2015 API via PHP - securityToken issue

I have to implement some code dealing with Microsoft Dynamics CRM 2015 usin PHP language and, since I'm totally new to dynamics CRM and microsoft services, it's pretty tricky for me since there's not a great documentation for non .NET…
Ace_Gentile
  • 244
  • 3
  • 14
0
votes
2 answers

OnSave event on a custom entity form in CRM 2015 enters in a recursive trigger

I have an event registered onSave on form of a custom entity on a crm 2015 on premise organization, which seems to enter in a recursive call. After i hit save the event keeps call it self, until i kill IE through task manager or the IE crashes with…
Bojan Borisovski
  • 877
  • 9
  • 27
0
votes
1 answer

Facebook Graph API(Version 2.3) publish event on a page from CRM plugin/wflow using C#/JS

In FB Graph API version 1 we had written a plugin and some js which used to push details of our campaign record in CRM to a predefined FB page as an event. Now in Version 2.3 the publishing endpoint is missing from the GRAPH api.(events) My…
Sudeep
  • 343
  • 5
  • 12
0
votes
2 answers

Dynamics crm 2015 through error while setting value in a field

Dyanamics crm 2015 sp 1, throw exception "Unable to get property 'trim' of undefined or null reference" While setting a lookup value. CustomerId have all three properties i.e Id,Name and LogicalName Field "new_customerprofileid" is populated…
Siddique Mahsud
  • 1,453
  • 11
  • 21
0
votes
0 answers

Use RunningValue in CRM Dashboard Chart?

Is there a way i can use runningvalue()expression in a CRM Dashboard Chart?, like in SSRS reports ,Or add to to the existing aggregate methods ,Avg,Count:All,Count:Non-empty, Max ,Min ,Sum Thanks
0
votes
1 answer

HowTo: stay on account view while opening a contact on a column

I am using a simple tree view on the left side for a company to see linked entities like opportunities, contacts, etc., When I click on a contact, my browser gets redirected to the contact, but I want to stay on the company view and load the…
NovumCoder
  • 4,349
  • 9
  • 43
  • 58
0
votes
0 answers

SqlConnection fails to Open even though full access (Dynamics CRM)

I'm reading data from a MS Dynamics CRM DB from a C# console app using a SqlConnection. I have a source and destination (source is CRM 2011 and destination is CRM 2015) source works fine but destination does not. I've declared similar connection…
0
votes
1 answer

CRM Reports, Why,Some Address fields not populating?

I known this a broad question, I just cant get my head around it. I have created a report that pulls client details for a specific sales person. I get back clients with addresses and some without addresses , even though the address composite field…
AndroidAL
  • 1,111
  • 4
  • 15
  • 35
0
votes
0 answers

Can't update default views' definitions permanently

I've created a subgrid showing a custom entity Blopp. It shows, the records are viewed as supposed to (related ones only) but I was unhappy with the columns' order and size. So I went to the solution and made the changes. To my surprise, I…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
0 answers

MS CRM 2015 importing parse limitation on 4998 records

I imported my csv file that contain 17000 records to CRM 2013 without any problem, but when I want import it to CRM 2015 it failed after parsed 4998 records and don't continue.
0
votes
0 answers

Can I automate the 'email this link' functionality via workflow?

I would like to create a workflow/action that will run weekly and send the link for a specific view for a specific entity to all users. Do you know if and how this could be done? Cheers
Mihai Brustur
  • 459
  • 3
  • 8
0
votes
2 answers

htm file doesn't loaded with query string

I'm trying to get a query string from htm file. But when I'm writing a "?param=1" in the end of the .htm url - the file not loaded and I don't see anything in this page - The error I get is: "Incorrect document syntax". When I'm opened this url…