dynamics-crm Questions

5

Solved

I need to have some code execute on the click of the ribbon button on an entity that updates some related data from CRM Online 2011. I would prefer not to have to write all of this logic in JScript...

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

1

Solved

Whenever I click on an opportunity to customize it The window bellow opens It appears that the customization window is trying to open an activity window and it should open a opportunity chart...

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

4

Solved

As a requirement I cannot use the early bound context created with "CrmSvcUtil". The problem is that a new phonecall activity expects two fields ('from' and 'to') which are Entities of type activit...
Cantatrice asked 30/4, 2014 at 13:9

2

Solved

I am using Ms Dynamic Web Api with Simple OData. I need to add new record for link entities. I am using the below code snip and refer the documentation on https://github.com/object/Simple.OData.C...

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

1

In Offer screen, I have an subgrid of ProductOffer can be added. I have a PreCreate ProductOffer plugin which checks for some conditions to show error message and stop creating. So in this plugin ...
Bacchae asked 15/4, 2016 at 4:56

4

Solved

I am newbie with CRM and I was googling for how to hide and show a text field using jScript library in MS CRM (online) and found several options of using the function setVisible. I tried those opt...
Otherwhere asked 19/5, 2013 at 11:11

3

I have some SQL reports that has very slow performance, so we converted all of them into FetchXML, but all the SQL reports has all the conditions optional, something like this: SELECT ... FROM ....

1

I have been on a CRM 2011 project that uses a lot of custom views. I recently figured it out that all lookup custom views are only working properly in the internet explorer. When I try using goog...
Disable asked 10/6, 2016 at 23:17

2

Solved

I got myself into the server and I have retrieved (hopefully) the correct set of data. Then, I tried to list all the companies by the following code. EntityCollection result = proxy.RetrieveMultip...
Tantalus asked 13/9, 2012 at 9:33

2

Solved

I'm using Microsoft aad:adal4j to handle the dynamics crm login from Mobile. After Implementing I am Getting the below Exception. What am I doing wrong? Error java.lang.NoSuchMethodError: No sta...
Outfitter asked 23/9, 2016 at 11:20

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

3

Solved

We are writing a WCF service which has to integrate with Dynamics CRM 2016 Online. I'm trying to authenticate using ADAL, using method AcquireTokenAsync(). Problem is, it displays a pop-up box, pro...
Albumenize asked 24/6, 2016 at 9:52

1

Solved

With this guide: https://msdn.microsoft.com/en-us/library/mt607719.aspx, I'm trying to create a batch request to delete all quotedetails on a quote. I'm using jquery's ajax to do the request: $.aj...
Meltage asked 15/9, 2016 at 7:26

11

Solved

I've downloaded CRM Dynamics SDK and keep it in a local directory. In my code, I'm using EntityCollection (amongst other classes related to Xrm namespace), which means that I need to add using Micr...
Disinfection asked 11/9, 2012 at 14:52

1

All, I am trying to implement a batch request to Dynamics CRM with the following source code: public async Task<HttpResponseMessage> HttpPatchCrmApi(string resource, string data) { string ...
Airship asked 20/4, 2016 at 17:25

15

Solved

I implemented one custom workflow in in Visual Studio 2010 using CRM 2011 Developer Toolkit. It was working fine with system generated namespace. But, when I changed the namespace of my project, it...
Loredo asked 14/2, 2012 at 13:33

3

Solved

I'm trying to perform a query that retrieves information from a CRM Dynamics with the Simple OData Client library like this (C#): var settings = new ODataClientSettings(resource + "/api/data/v8.0/...
Browder asked 25/4, 2016 at 12:35

3

Solved

I'm working on a Custom workflow activity. I've created my own helper.cs (Early Bound Entity Classes) with the Code Generation Tool (CrmSvcUtil.exe) When I try to compile the code, it returns the ...

3

Solved

I have this QueryExpression in my code. QueryExpression query = new QueryExpression() { }; query.EntityName = "country"; query.ColumnSet = new ColumnSet("name", "2digitiso", "3digitiso"); En...
Corporeity asked 22/4, 2014 at 6:21

3

Solved

Since the suggested way of storing plugins in MS CRM is via the CRM database, I figured it's about time to do something about the method I'm currently using, which is storing the DLLs on the disk. ...
Ninos asked 20/10, 2010 at 14:41

© 2022 - 2024 — McMap. All rights reserved.