Questions tagged [dynamics-365]

Use this tag for questions related to programming issues with Microsoft Dynamics 365.

Microsoft Dynamics 365 is Microsoft's latest multi-lingual Enterprise Business Solution (CRM + ERP), which combines multiple products under one roof.

It makes use of Apps to segregate functionality such as:

  • Dynamics 365 for Sales
  • Dynamics 365 for Customer Service
  • Dynamics 365 for Project Service Automation
  • Dynamics 365 for Field Service
  • Dynamics 365 for Operations
  • Dynamics 365 for Financials
  • Dynamics 365 for Marketing

It also includes Portal capabilities, Flow and PowerApps as part of its packaging. You can either purchase individual Apps or bundle them together. You can also customise these apps or build your own from scratch.

Dynamics 365 has a broad API (formerly known as the CRM SDK) that can be used to extend the product and implement various requirements. Check out Developer Guide for Dynamics 365 Customer Engagement for more details.

1181 questions
15
votes
1 answer

Authorize WebApp to ADFS in order to access Dynamics CRM Web API

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 and not on Azure. What I did to acquire a valid…
Ricky Stam
  • 2,116
  • 21
  • 25
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':…
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