dynamics-crm-2016 Questions

3

Trying to install Reporting Extension for CRM 2016 but SSRS instance is blank. VM containing (SQL & CRM on the same machine) Windows Server 2016 SQL Server 2017 - Microsoft SQL Server 2017 (...
Speechless asked 10/5, 2018 at 4:55

9

Solved

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(n...
Eiderdown asked 23/4, 2017 at 23:17

3

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 t...
Interlaminate asked 19/7, 2018 at 19:16

2

Solved

I have created the two following abstract classes that I use in my plugins and workflows: /// <summary> /// Base plugin class. Provides access to most often used Xrm resources. /// </summ...
Hypocrite asked 13/6, 2016 at 14:14

1

I'm trying to authenticate with Dynamics CRM 2016 Online and Azure Active Directory. I was able to follow all the steps here: https://msdn.microsoft.com/en-us/library/mt622431.aspx and https://msd...
Clef asked 2/5, 2016 at 20:41

3

Solved

https://example.com/crm/api/data/v8.2/accounts?$select=custom_optionset The above query selects all values in an optionset field in CRM. The return data looks something like this: { { "@odata...

2

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 ...

1

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. ...
Funicular asked 30/5, 2016 at 7:38

3

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 ne...
Norrie asked 20/4, 2017 at 23:46

1

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...

1

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 cla...

1

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 ...
Mcevoy asked 3/4, 2017 at 14:47

4

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,...
Alurd asked 1/11, 2016 at 14:47

1

Solved

I'm trying to create a new "incident" (case) in by Dynamics 365 instance via the Web API. In my http request, I don't know which field are mandatory. I tried to only add the title, subject, and cu...

1

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 IOrganizationServic...
Ebullition asked 28/11, 2016 at 15:55

3

Solved

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 ...
Zohara asked 26/5, 2016 at 7:42

2

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 s...
Winthorpe asked 12/9, 2016 at 8:20

1

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. {"...
Chrisy asked 28/6, 2016 at 12:25

1

Solved

I'm trying to use FakeXrmEasy to perform some unit tests for CRM Online (2016) and I'm having problems setting up one of my tests with an N:N relationship The following code sets up a Faked Contex...
Vincentvincenta asked 19/5, 2016 at 8:27

1

Solved

I'm trying to retrieve multiple data from the new REST API but I have a strange issue. If I use $expand on a collection then it doesn't work. The request is: GET [Oranization URL]/api/data/v8.0/a...
1

© 2022 - 2025 — McMap. All rights reserved.