Questions tagged [dynamics-crm-365]

Microsoft Dynamics 365 is Microsoft's latest a multi-lingual Enterprise Business Solution (CRM + ERP). It makes use of Apps to segregate Sales, Marketing, Customer Service, Field Service, Project Service and Portal Functionalities.

Microsoft Dynamics 365 is Microsoft's latest a multi-lingual Enterprise Business Solution (CRM + ERP) which combines Dynamics CRM, Dynamics AX, Dynamics NAV, etc under one roof. It makes use of Apps to segregate functionality such as Dynamics 365 for Sales App, Dynamics 365 for Customer Service App, Dynamics 365 for Project Service Automation App, Dynamics 365 for Field Service App, Dynamics 365 for Operations App, Dynamics 365 for Financials App, and Dynamics 365 for Marketing App. It also includes Portal Capabilities, Flow and Power Apps as part of its packaging. You can either purchase individual Apps or bundle them together.

443 questions
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…
8
votes
2 answers

CRM 365 callManagerInfo error in plugins

After upgrading CRM 2013 on-premises to CRM365 an issue with plugins started to come up. Each time I try to use IOrganizationService from plugin for any operation I get an error. This issue only occures on multi-server instalation, it didn't occure…
Maco
  • 429
  • 13
  • 19
7
votes
1 answer

Why use IOrganizationService instead of CrmServiceClient in Dynamics 365 XRM tooling SDK?

Microsoft sample code for accessing Dynamics often looks like this: static void Main(string[] args) { try { string connectionString = "Url=https://myorg.crm.dynamics.com; Username=me@myorg.com;…
Stephan G
  • 3,289
  • 4
  • 30
  • 49
7
votes
7 answers

Dynamics CRM 365 : Downloading a Word Document Template via a Button on the Ribbon

Currently users have to click the ellipses, word templates, and finally quote to download the word template. To make it easier for our users we would like to have the document download when pressing the "print quote" button on the ribbon. Is this…
7
votes
3 answers

Dynamics 365 - IOrganizationService/Web Api

With CRM Dynamics 365 being released, Microsoft have officially deprecated the 2011 soap end point and are actively pushing their Web Api. Deprecated Microsoft Dynamics CRM 2011 endpoint What I would like to know though is how this affects my…
6
votes
1 answer

Property 'field' on type 'Microsoft.Dynamics.CRM.entity' is not a navigation property or complex property. Only navigation properties can be expanded

Running into this issue in Dynamics 365 that seems like it should be working, but gives me: Property '_biz_buyerlookupid_value' on type 'Microsoft.Dynamics.CRM.biz_productbuyer' is not a navigation property or complex property. Only navigation…
cjones
  • 8,384
  • 17
  • 81
  • 175
6
votes
1 answer

Best practice for connections to CRM in web application

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 but we use CRM as our database. Ok as i mention am…
6
votes
3 answers

Microsoft Dynamics CRM SDK CRMServiceClient connection string cache bug

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 the connection string. If not, every instance of…
5
votes
3 answers

How to login Multi-Factor Authentication to Dynamics 365 using C#

Multi-factor authentication is enabled on the Azure portal, and it will send a OTP whenever I log in to Dynamics 365. I want to login with MFA in a C# console application.
5
votes
1 answer

Dynamics 356 v9 - use executionContext.getFormContext() with HTML web resource

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.
5
votes
3 answers

Removing an entity reference in Dynamics API

I'm new to Microsoft Dynamics web API and I need to remove/null an entity reference (a field holding a GUID which is an ID of a record in another entity) in a batch update call. This batch update call could contain any number of records and each…
4
votes
1 answer

What is the definition for the licensetype enum?

We are working with providing additional information about the type of license for our end to end logging and monitoring tool Nodinite. We have a problem identifying definition for the LicenceType Enum? Microsoft documentation does not provide any…
4
votes
2 answers

Custom Workflow Activity not updating input parameters

I am facing an issue with my custom workflow activity when I try to update it. Once I do a change on the logic the update is done normally, but when I add new input parameters the changes are not reflected. Changing the assembly version I am no…
B. Irena
  • 169
  • 7
4
votes
5 answers

Counting ALL rows in Dynamics CRM Online web api (ODATA)

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 count of all the rows in that given entity. According…
4
votes
2 answers

OData "contains" vs Dynamics 365 Web API "contains"

When querying Dynamics 365 via the Web API there are several operators to choose from to filter the queried data. One of those operators is contains which actually appears twice. One is the OData contains function (you'll find it under the heading…
1
2 3
29 30