Questions tagged [microsoft-dynamics]

Microsoft Dynamics is a line of ERP and CRM applications. This tag can cover any of the products in the Dynamics family (CRM, AX, GP, NAV, SL, C5). These products have little in common beside the name, please do NOT use this tag.

Microsoft Dynamics is a line of enterprise resource planning (ERP) and customer relationship management (CRM) software applications. Microsoft Dynamics applications are delivered through a network of reselling partners who provide specialized services.

Microsoft Dynamics is part of Microsoft Business Solutions. Dynamics can be used with other Microsoft solutions, such as SharePoint, Yammer, Office 365, Azure and Outlook. The Microsoft Dynamics focus industries are retail, service, manufacturing, financial services, and public sector. Microsoft Dynamics provides business solutions for both small & medium businesses and Enterprise.


Useful links


Related tags

3093 questions
24
votes
8 answers

Create annotation to a contact entity in Microsoft Dynamics CRM by API

This question is related to Microsoft Dynamics CRM 2015, that I'm calling through API. I create contact entity: POST [organization URI]/api/data/contacts Content-Type: application/json; charset=utf-8 Accept: application/json { "emailaddress1":…
20
votes
2 answers

How to query an on-premises Dynamics CRM from a Web App (Node/Express)

Been banging my head against a few walls with this so hoping some CRM/Dynamics experts can give me a hand! I'm trying to programatically obtain data out of our Dynamics CRM instance, using a single set of admin credentials within a Node powered…
14
votes
3 answers

Using Dynamics CRM SDK with .NET Core

Is there a way to connect to Dynamics CRM 365 from a .NET Core application via the Dynamics SDK? Or should I use the Web Api? I've read it could be possible, but when I reference the SDK from my .NET Core Class Library and try to connect I get the…
11
votes
4 answers

'An undeclared property' when trying to create record via Web API

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: var params = { 'rob_faqid@odata.bind':…
11
votes
1 answer

Dynamics CRM 365 - Invalid User Authorization The user authentication passed to the platform is not valid

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 window. The only error displayed is "Invalid User…
10
votes
5 answers

Using Xrm.WebApi method in Web Resource opened in a new window

I have opened an HTML web resource in a new window using: Xrm.Navigation.openWebResource(webResource, windowOptions, data); This is an HTML web resource and it is loading the ClientObject in the head