Questions tagged [dynamics-crm-2013]

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package. The product focuses mainly on Sales, Marketing, Service and Help Desk sectors but Microsoft has been marketing Dynamics CRM as an XRM platform encouraging partners to use its proprietary (.NET based) framework to customize it to meet many different demands. The software has been moved to the cloud solution and exists in two versions - on-premise and on-line.

Its 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. Via a web front-end using Internet Explorer 7.0 or later (support for FireFox, Safari and Chrome is delayed and scheduled for Q1 2013 software update)
  2. Using a native Microsoft Outlook plugin integration
  3. Using a mobile device with Microsoft Dynamics CRM Mobile
  4. ISV solution such as CWR Mobility

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

Previous Versions

New release versions

1410 questions
10
votes
2 answers

Microsoft Dynamics CRM 2013 Plugin - There is no active transaction error

I have been struggling with a an error in a plugin for MS Dynamics CRM Online. (see below). It appears to happen at random times, but more likely to occur when the activity is high. I have verified and there are no try/catch-continue issues as the…
tobias
  • 576
  • 1
  • 4
  • 9
10
votes
1 answer

Composite Fields In MSCRM 2013

I have a question on the subject of composite attributes that I would be grateful if you could help me with. I posted this before on other question blogs but got no response I am satisfied with. I am writing JavaScript that will update the fields…
Oly
  • 101
  • 1
  • 6
9
votes
5 answers

Retrieve all OptionSet values using OData in Dynamics CRM

I am quite new to Dynamics CRM. I am building an app which should update entity in Dynamics CRM. I can update simple types without any issues. Now the situation is, I have declared some custom Option Sets in Contact entity. Is there any way to…
Rahul Patil
  • 5,656
  • 6
  • 37
  • 65
9
votes
3 answers

How to fetch more than 5000 entities from CRM

I'm querying MS Dynamics CRM Online from my console app: public EntityCollection GetEntities(string entityName) { IOrganizationService proxy = ServerConnection.GetOrganizationProxy(); string request = string.Format("
Tschareck
  • 4,071
  • 9
  • 47
  • 74
9
votes
1 answer

Azure Active Directory logout (clear persistent token)

I am developing a Windows Store application that communicate to Dynamics CRM Online using Azure Active Directory for the authentication. The application uses this CRM 2013 SDK example: SampleCode\CS\ModernAndMobileApps\ModernSoapApp and refers to…
8
votes
3 answers

Get audit history records of any entity record as per CRM view

I want to display all audit history data as per MS CRM format. I have imported all records from AuditBase table from CRM to another Database server table. I want this table records using SQL query in Dynamics CRM format (as per above image). I have…
Chirag
  • 324
  • 2
  • 4
  • 27
8
votes
2 answers

Selenium Automation testing in crm 2015

We are going to implementation Selenium automation testing for functional testing in CRM 2015 (Client suggestion , because it is open source tool), I did a lot of exploration in Google and different search engine for Selenium for CRM 2015. Could…
Kumar Manish
  • 3,746
  • 3
  • 37
  • 42
7
votes
6 answers

CRM Advanced Find all the icons in wrong place

I've just loaded up the advanced find and I cant click on half the icons/drop downs as they are all in the wrong place. It works fine on other servers and other machines. It appears as if its a CSS problem. Any Ideas
Adam Bristow
  • 330
  • 2
  • 14
7
votes
2 answers

CRM Plugin: Custom Exception in Sandbox

I have a Dynamics CRM 2013 plugin executing in the Sandbox. This code has the following custom exception class: [Serializable] public class PluginValidationException : Exception { public PluginValidationException() { …
Nicknow
  • 7,154
  • 3
  • 22
  • 38
7
votes
3 answers

Jscript to disable view picker on lookup doesn't work in CRM 2013

I am working with MS Dynamics CRM 2013 and I am facing with the next issue: in CRM 2011 I disabled view and entity selection on lookup by using next jscript : document.getElementById("lookup_id").setAttribute("disableViewPicker",…
Maria Holic
  • 73
  • 1
  • 6
6
votes
1 answer

Property 'stageid' is of an unrecognized EdmPropertyKind. Entity new_test has duplicate navigation property names

I am using CRM2016 I created a test entity to replicate the issue I did not do any customization on it. I created a new record with default fields and form. Then I tried to access the webapi for…
6
votes
3 answers

Is It Beneficial To Call ExecuteMultipleRequest From Within A Plugin?

I know the ExecuteMultipleRequest is a huge performance booster when performing batch updates from outside of CRM. What I don't know is if it is beneficial to call it from within a CRM plugin. My current understanding is that the main performance…
Daryl
  • 18,592
  • 9
  • 78
  • 145
6
votes
1 answer

CRM 2013: Global JavaScript

I need to have JavaScript file globally available in MS CRM 2013 installation. I need to use it's functions on every single page / frame. To achieve this I'm ready to go with any unsupported customization (except cases not available in MS CRM…
shytikov
  • 9,155
  • 8
  • 56
  • 103
6
votes
2 answers

Dynamics 2013 Accessing Page entities is hard to access with iframe based views

I am building an angular application which is running as a web resource on Dynamics 2013. The application runs using a button which is added to the commandContainer using Ribbon workbench which then that button calls a Xrm.Internal.openDialog All…
makeitmorehuman
  • 11,287
  • 3
  • 52
  • 76
6
votes
3 answers

Get the string value from OptionSetValue in CRM Plugin

I'm wondering how to get the string value of an OptionSet in a CRM plugin I am making. I thought all I had to do was pass the int value to OptionSetValue, but that doesn't seem to be working. Here is my code: aBillingFrequencyCode = new…
Mr Lahey
  • 656
  • 3
  • 15
  • 31
1
2 3
93 94