dynamics-crm-online Questions

4

Solved

I am getting an error which I just cannot seem to debug. I am trying to create a custom activity entity via custom HTML/JavaScript web resource. The user clicks a button and the following params:...

3

A Post entity (https://msdn.microsoft.com/en-us/library/mt607553.aspx) cannot be created using Dynamics CRM 2016 Online Web API. This payload should create a post on POST /api/data/v8.1/posts { ...

5

Solved

Is it possible to count all rows in a given entity, bypassing the 5000 row limit and bypassing the pagesize limit? I do not want to return more than 5000 rows in one request, but only want the cou...

4

Solved

I need to connect and retrieve records in CRM Online through CRM 365 plugin. I have tried simplified connection using xrm.tooling.dll but unfortunately it says Could not load file or assembly 'micr...

4

Solved

In Dynamics 365 9.0 there was quite a big change regarding how to access form attributes and controls - instead of Xrm.Page namespace, we should pass executionContext to a function and get formCont...
Retributive asked 11/1, 2018 at 8:2

1

Solved

I am encountering the following error when attempting to authenticate with Dynamics 365 from my .Net client: AADSTS90002: Tenant authorize not found. This may happen if there are no active subscri...
Button asked 6/12, 2018 at 5:51

1

Solved

Purpose: To add a Group with SubArea (opening a WebResource), which could be added in a managed solution. Sitemap state before installation and after uninstallation should be same. I understand ho...
Pournaras asked 4/5, 2018 at 10:47

3

Solved

Caching behavior of the last Dynamics SDK is driving me crazy. First, if you want to use CrmServiceClient to access different environments you have to use the parameter RequireNewInstance=True; in...

5

Solved

I tried to execute the following command from the console. var subject = Xrm.Page.ui.controls.get("subject"); That's the exact syntax I'm using in the web resource that I'm plugging in to CRM. H...

2

Solved

The Xrm Sdk defines a ToEntity<T> method. I've always used it to get my early bound entities from CRM. Today I was reviewing some code and saw that the entities were just getting cast: var c...
Eberhard asked 17/5, 2017 at 12:0

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

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

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

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

3

Solved

I'm querying MS Dynamics CRM Online from my console app: public EntityCollection GetEntities(string entityName) { IOrganizationService proxy = ServerConnection.GetOrganizationProxy(); string re...
Steffie asked 5/11, 2014 at 10:24

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

2

Solved

Could anybody suggest what I am doing wrong here? I have created a Custom Workflow Activity using this sample Create a custom workflow activity. But this is not showing up as a plugin/activity typ...

1

After reading this SO question, I noticed that the link in the question made a reference to Microsoft.Xrm.Client.CodeGeneration.CodeCustomization,Microsoft.Xrm.Client.CodeGeneration. What advantag...

1

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

0

I was having problems with Dynamics CRM online getting a recordset to import. I have now reduced the problem to one field. I have a field, named 'Description', a text field that is junking up the...
Imprecision asked 27/4, 2014 at 12:7

2

I'm a PHP Developer that recently got introduced to Dynamics CRM Online as I am building an application that needs to pull Customer details directly from a Dynamics CRM Online account to populate a...
Yuk asked 3/6, 2013 at 4:31

2

I'm involved in developing a sandboxed Microsoft Dynamics CRM 2011 Online plugin and have a set of tests that I can drive from a xUnit front end on my local machine given that I right-click the Pac...

1

Solved

From version 5.0.13 the source code of Plugin Registration Tool is not available inside the CRM 2011 SDK (the executable is inside bin folder) Because Microsoft only hosts the latest version...
Sirreverence asked 31/5, 2013 at 8:35

© 2022 - 2024 — McMap. All rights reserved.