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
0 answers

CRM 2015 - Loading business logic

We recently upgraded to the CRM 2015 U1 update to our CRM Online instance. However, we have a few forms that when you try and load them, you get a never-ending "Loading business logic..." When we turn on Legacy Form Loading in the settings, the…
Dalagrath
  • 21
  • 6
0
votes
1 answer

How can a startup go around making a scalable advanced security model as the security existing in MS CRM 2015 using services offered my Azure?

Azure AD provides platforms for Authentication and Authorization. Azure SQL Database provides Row Level Security. Combining both the platforms using Azure API Service support implementing an advanced security model as the Hierarchical model in MS…
0
votes
1 answer

ms crm 2015 - set id of entities from jscript onsave

I need to sync entities from Ms Dynamics Crm 2015 - On Premise to my 3rd party application, for this I have set a JavaScript function on the OnSave event of the Entites( eg. account) I can access all of the attributes and send them to my webservice,…
Muhammad Naderi
  • 3,090
  • 3
  • 24
  • 37
0
votes
1 answer

How to change innerHTML of CRM form in MS Dynamics CRM 2015 form?

I have a form in MS CRM 2015 Online. it was updated to 2015 from 2013 recently. I have a requirement such that i have to show multi select check boxes on CRM form. In CRM 2013 i have an option set with some options, with those options i am forming…
0
votes
1 answer

How to get complete dataset from Ms Dynamics CRM into Power BI for office365?

I am new to Power BI and using Power BI for office 365. I need to get all entities of my CRM organization into Power BI. I have tried getting data by using o-data feed and have succeeded to get some data But that data source does not consist all…
0
votes
1 answer

Record level security in MS Dynamics

We want to implement 'Record level security' in MS CRM Dynamics. On User and Case Entity we have an OptionSet which has below values, that Optionset has a lot of values, below are just simple values: Category 1 Category 2 We want to restrict…
Yaqub Ahmad
  • 27,569
  • 23
  • 102
  • 149
0
votes
1 answer

Serializing entity collections in JavaScript to send via SOAP call

Currently trying to serialize an EntityCollection in order to send selected records to a custom action through client side interaction. Right now, sending the EntityCollection itself has been troublesome. Any ideas?
Joshua Smith
  • 134
  • 10
0
votes
0 answers

Web portal not working with MS CRM online when connecting internet directly instead of wifi

I am working on a project where we use MS Dynamics CRM and we also have MVC web portal on top of it. All is working fine when I connect my laptop with wifi connection instead of direct connection. My guess is that when I connect directly the proxy…
0
votes
2 answers

Ms Dynamics CRM custom workflow get visible attributes from form using c#

How to get visible attributes from entity form using c# in custom workflow? Any idea please share!
0
votes
1 answer

How to disable Skype and Lync telephony providers for Dynamics CRM completely

How can we disable the Skype and Lync providers completely from Dynamics CRM 2015 Online in either supported or unsupported way? What I have tried so far: - Created my own link on phone number fields - Tried to locate any jQuery event handlers…
0
votes
1 answer

ms crm JumpBarAlphabetOverride

to customize the GridJumpBar, I believe I need to use this command : Microsoft.CRM.SE.OrgDBOrgSettingsTool.exe Update MyOrganization JumpBarAlphabetOverride "NewAlphabetBarDefinition" but I cannot get the 'OrgDBOrgSettingsTool.exe' to work, I have…
Muhammad Naderi
  • 3,090
  • 3
  • 24
  • 37
0
votes
3 answers

Finding unused CRM fields

We are currently using CRM 2015 ONLINE and we have a requirement to find and delete unused fields from CRM organization. Also, we feel there are certain performance gains to be had by removing unused fields – especially Lookup and Picklist/Option…
0
votes
1 answer

Error in importing existing managed solution after Upgrading CRM 2013 to CRM 2015

We are facing an issue in CRM 2015 online which was recently upgraded from CRM 2013 online version., since Earlier back with CRM 2013, it was a smooth process. Issue is occurring while importing same managed solution (from dev) over same managed…
Kunal Goel
  • 3,357
  • 1
  • 14
  • 20
0
votes
1 answer

Webhooks with Microsoft Dynamics CRM?

We have started to use Microsoft CRM for all our client information however we would like to have the most up to date information from CRM for internal tools. The way we could do this is by running a tool that looks at the data every x minutes and…
0
votes
2 answers

Creating and Updating Dynamics CRM contacts

My program will be Creating 100 to 200 new contacts, and Updating 1,000 to 2,000 existing contacts as part of a daily batch job. We're moving to Dynamics CRM from Infusion Soft where we used the addWithDupCheck method which either adds or updates a…
ddrjca
  • 472
  • 2
  • 15