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

2644 questions
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…
19
votes
7 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":…
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…
9
votes
4 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