dynamics-crm Questions

2

Solved

The Dynamics plugin for Outlook displays content via an Internet Explorer embedded window. I'm trying to find a way to get at the SHDocVw.InternetExplorer COM object for that embedded window. Our a...
Zerla asked 21/6, 2012 at 21:21

3

Solved

CRM 2011 on premise. I have a plugin written in C#. It could throw exceptions or otherwise behave badly in production. When this happens I want to capture information about the state and about re...
Droop asked 27/9, 2013 at 11:23

2

I'm asking this question on the back of a previous question I raised, as the scope of the question has changed somewhat but that might be worth reading first for background info. I'm trying to pro...
Fifth asked 20/4, 2018 at 13:47

1

Any ideas how we can we use executionContext.getFormContext() with an HTML web resource? only method that seems to work is parent.Xrm.Page which is now deprecated.

6

Solved

I'm wondering if there is any way to be able to include an arbitrary email address as the To:, From:, CC: or BCC: fields of a send email activity? It appears that they must be contacts in the CRM. ...
Arequipa asked 17/5, 2010 at 21:3

1

Solved

How can I issue a POST request under the context below using webclient? I am able to successfully authenticate and retrieve a jwt token from ADFS: using (var client = new WebClient()) { var data...
Mathur asked 11/2, 2018 at 17:39

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

6

Solved

I'm trying to access a Dynamics CRM Online REST API with Azure AD oAuth 2 Authentication. In order to do so I followed these steps: - I've registered a web application and/or web api in Azure - Con...
Deceleron asked 13/5, 2016 at 17:11

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

6

Solved

I'm fully aware that deleting users (SystemUser Entity) in CRM Dynamics 2011 is not supported by Microsoft. However, we're currently developing a tool to support our User Provisioning needs. In or...

1

Solved

CRM 2016 exposes odata/web api, and has functions and actions out of the box. With the organization service, we can issue a request like this: // Create the van required resource object. Require...

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

Solved

am sorry if this question will be a bit to broad but if this is question about normal ASP.NET MVC 5 Owin based application with default connection to MSSQL server i would not have such hard time bu...

1

I'm working with CRM REST Builder to build my requests. I'm creating a web resource from it, I'm inserting a record with Decimal input. when entering a number from decimal input, this error is disp...
Allele asked 27/4, 2017 at 14:43

1

Solved

I have a web application that needs to speak with Dynamics CRM 365 Web API. The Dynamics CRM is configured as a Relying Party on ADFS. The server is Windows Server 2016 and everything is on premise...
Fossiliferous asked 2/8, 2017 at 17:23

3

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 qu...
Forsaken asked 3/8, 2017 at 11:18

3

Solved

I've built a custom action in CRM that I need to fire through its WebAPI. The custom action is activated and I got no errors in CRM while creating it. I try to call this action from a VB.NET app...
Protractile asked 24/1, 2017 at 12:28

2

Solved

I am using the Microsoft Dynamics Web API to write data to an entity in Microsoft Dynamics 365. When I try to do a deep insert I am receiving the error An undeclared property 'ccseq_employeeid' ...

2

Solved

I've got the following situation: There are two related types. For this question, I'll use the following simple types: public class Person { public Guid Id {get; set;} public int status {get; ...
Mekka asked 3/7, 2017 at 18:55

1

Solved

I'm recently developing a CRM application using Microsoft Dynamics 365. How do we customize the menu tab in Microsoft CRM as shown in attached Figure? Please let me know the steps to do so. Please ...
Coquito asked 13/6, 2017 at 7:42

2

Solved

How do you write a class for a Dynamics CRM form in TypeScript that is testable? By testable, I mean a non-static class that can be instantiated and passed a mock Xrm object. My current approach ...

0

I'm migrating code from SDK for Dynamics CRM 2015 to the latest version which is for 2016 and 365. However, I have noticed that the generated XrmServiceContext is inheriting from Microsoft.Xrm.Sdk....
Gurgitation asked 9/5, 2017 at 2:39

3

Solved

Following a Microsoft hands-on lab for Dynamics CRM 2011, I am attempting to add a custom view to a form that responds 'onchange' to a particular property. Here is my function to add the custom vie...
Wyon asked 10/6, 2013 at 22:13

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

Solved

I am trying to implement server-to-server integration with Dynamics CRM Online 2016 and BizTalk 2013 R2. I am using the WebHttpBinding to call the CRM web API, which requires a bearer token supplie...
Isopropanol asked 13/4, 2017 at 10:23

© 2022 - 2024 — McMap. All rights reserved.