Questions tagged [dynamics-crm-2016]

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. This tag is reserved for Dynamics CRM 2016.

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service.

This tag is reserved for Dynamics CRM 2016.

Olders versions

704 questions
24
votes
1 answer

401 when accessing Dynamics CRM 2016 Web APIs

I am struggling to access the Dynamics 2016 CRM OData Web APIs from a console application. We have Dynamics CRM 2016 installed, configured with Claims-based authentication, and using AD FS v3.0. My understanding is that a console app (or web app)…
tsimbalar
  • 5,790
  • 6
  • 37
  • 61
19
votes
2 answers

how to impersonate a user via odata

We have been succesful in using the odata v8.1 endpoint in 2016 to impersonate a user. Please note that the intended request flow is: Postman-->LocalHost Microservice-->CRM Example of a working request from Postman-->CRM (directly, without going…
15
votes
3 answers

How to query metadata for all existing fields

We want to enable the client to post to an endpoint such as: [Route("Account", Name = "CreateAccount", Order = 1)] [HttpPost] public Account CreateAccount([FromBody] Account account) { var newAccount =…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
11
votes
4 answers

CRM 2011 to CRM 2016 Migration

I am planning to upgrade my CRM (On premises) 2011 to CRM 2016 (On premises). And now I am looking for the best way to migrate the data. By the way, there're a lot of custom data (entities, fields, WFs). Microsoft recommends a step-by-step upgrade…
Raman Sinclair
  • 1,194
  • 17
  • 31
9
votes
9 answers

GET request works in browser, but I get Unauthorized when using Postman

I am issuing a request via chrome: [org]/api/data/v8.1/accounts?$select=name,accountid&$top=3 and I get a reasonable response: { "@odata.context":"[org]/api/data/v8.1/$metadata#accounts(name,accountid)","value":[ { …
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
8
votes
3 answers

Changing Business Process Flow Stage in C# Plugin

I am following this article to change my Business Process Flow stage within a c# plugin. I am able to move the stage forward to the next stage, but I am receiving an error when I try to move back to a previous stage. The error below is what I…
7
votes
3 answers

Dynamics 365 - IOrganizationService/Web Api

With CRM Dynamics 365 being released, Microsoft have officially deprecated the 2011 soap end point and are actively pushing their Web Api. Deprecated Microsoft Dynamics CRM 2011 endpoint What I would like to know though is how this affects my…
7
votes
2 answers

Missing ribbon on custom web resources CRM 2016 issue

We have faced with strange behavior in CRM 2016 SP1. When we open some entity with help of full url and then go to custom web resource page (added via sitemap (web resource, url etc.)) our ribbon suddenly disappears. Please, watch GIF below. Do you…
Ihor Sharapov
  • 543
  • 2
  • 13
7
votes
1 answer

Dynamic CRM "CrmServiceClient" unable to connect using Active Directory Authentication Mode

I am trying to connect on premises Dynamic CRM 2016 from asp.net Web Project. I am using CrmServiceClient method with Active Directory Authentication Mode. I am getting following exception. {"Could not load type…
6
votes
1 answer

How to map filter options from ODataQueryOptions to RestRequest

I need to be able to convert from ODataQueryOptions to RestRequest in order to be able to issue a RestRequest with specified filters, and have created the following helper class: public static class ODataQueryFilterToRestClient { public static…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
6
votes
1 answer

How to find issue while installing Managed Package in Cloud CRM Dynamics 365?

I am facing an issue while installing my Managed package in Cloud CRM Dynamics 365. As I am not able to track the issue, it's a headache. Let me explain the key points: I have set customizable false for all the components I have registered Plug-in…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
6
votes
1 answer

Upgrading Dynamics CRM from 2011 to 2016

With little knowledge of CRM, we were tasked with exposing data and other functionality from CRM 2011. We developed a RESTful wrapper that allows other developers to leverage it in their apps. Some example endpoints might have…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
6
votes
1 answer

Getting column names of a view using CRM web API

I’m using the CRM Online 2016 Web API. Now the only information I have is a savedQuery or userQuery record. With this I can get all records of the view, but I also want the column names of this view. Is there an easy way to get column names using…
6
votes
1 answer

Microsoft.Xrm.Tooling.Connector High Memory Allocation

I am currently going through the process of upgrading our product CRM SDK and the main change I have encountered is that instead of connecting to the Xrm service and creating my IOrganizationService using the tried and trusted method of: var…
doodlleus
  • 575
  • 4
  • 14
6
votes
3 answers

Using ADAL C# as Confidential User /Daemon Server /Server-to-Server - 401 Unauthorized

Refering to not answered Questions: 401- Unauthorized authentication using REST API Dynamics CRM with Azure AD and Dynamics CRM Online 2016 - Daemon / Server application Azure AD authentication error to Web Api and Dynamics CRM 2016 Online Rest API…
IntegerWolf
  • 1,232
  • 1
  • 11
  • 21
1
2 3
46 47