Questions tagged [dynamics-crm-2016]

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. This tag is reserved for Dynamics CRM 2016.

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service.

This tag is reserved for Dynamics CRM 2016.

Olders versions

704 questions
4
votes
0 answers

CRM SDK OrganizationServiceContext null navigation properties on entity

Trying to migrate an existing solution away from the deprecated Microsoft.Xrm.Client namespace to just use the generated service context from CrmSvcUtil using CrmSDK 9.0.0.5. Previously we were using…
4
votes
3 answers

Get optionset text from OData query in CRM web api

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: { { …
JensB
  • 6,663
  • 2
  • 55
  • 94
4
votes
4 answers

Dynamics 365 Report Authoring Extension Crashes Visual Studio 2015

After installing the Dynamics CRM Report Authoring Extension here, both Visual Studio 2015 and SQL Server Data Tools 2015 crash on startup, occassionally immediately after the splash-screen but usually after the UI loads. If I uninstall the…
4
votes
4 answers

How to retrieve entity names in CRM 2016

In our solution, we are building HTTP/ODATA requests dynamically. For example, we will build a URL that looks like this: [http://org....api/v8.1/]accounts(00000000-0000-0000-0000-000000000001)/primarycontactid?$select=fullname How do we dynamically…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
4
votes
2 answers

How to redirect to any webresource on button click in MS Dynamics CRM Online?

I am facing an problem when I redirect to any HTML webresource. I have added a HTML page as webresource name "new_My_ProductList" in solution. I have created a button "Go To My Product" in Ribbon and set following function of JS file as command of…
4
votes
0 answers

How do I upgrade ObjectCacheManager?

I'm currently upgrading a 2011 environment to 2016SP1 (on-prem). One external application which used Xrm.Client is being upgraded to Xrm.Tooling.Connector but I'm at a loss about this piece of code ObjectCache cache =…
Alex
  • 23,004
  • 4
  • 39
  • 73
4
votes
2 answers

Permissions for Interactive Service Hub

In Dynamics CRM 2016 on-premise I created my first interactive service hub dashboard. It works on my development system. If I deploy the dashboard as managed solution to our production system, I can see the dashboard, but when it displays I get a…
Sparhawk
  • 1,517
  • 1
  • 14
  • 28
4
votes
1 answer

How To Minimize Initial Plugin Load Time In Dynamics 365 (CRM)

At my current client we have a custom landing page for Phone Pop from the telephony system. The page performs a search in CRM Online for the client, and then creates a new lead if not found. On initial calls for the day, the creation of the new…
Daryl
  • 18,592
  • 9
  • 78
  • 145
4
votes
3 answers

How to know what InputParameters values are possible in Dynamics CRM Plugin context?

I'm trying to understand the plug-in sample from here. There's this condition: // The InputParameters collection contains all the data passed in the message request. if (context.InputParameters.Contains("Target") && …
OfirD
  • 9,442
  • 5
  • 47
  • 90
4
votes
2 answers

Can we write an event / function on "Publish" or "Publish All Customizations" button in MS CRM

Actually i want to execute a functionality every time a developer publishes customizations. Hence, can we write any custom logic on click of "Publish entity" or "Publish All Customizations" buttons. OOB or un supported way either? Its not a business…
4
votes
1 answer

Real time workflow on record creation runs before the record is committed to database

I have this code that runs in a real time workflow on record creation. It basically determines on which entity it's running on, tries to get the "related to field", which can change from entity to another, then see if the related record is an…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
4
votes
1 answer

Programatically view a CRM report without access to Reporting Server

Is there any way that I can view a report (Sales > Reports) using C# without having access to the reporting server? I am attempting to write a tool that monitors the health of our CRM servers (entity records in right place etc) and as such I want…
4
votes
1 answer

postMessage from iFrame no longer works in CRM 2016 on premise

I've been using postMessage to communicate from an iFrame to CRM for some time now. It worked in CRM 2011 and in CRM 2015 but it no longer works in CRM 2016. iFrame javascript code: var pass_data = { 'refresh': 'false', …
4
votes
1 answer

NavBarItems are missing in a FormXml - Microsoft Dynamics CRM

I noticed that //FormXml/forms/systemform/form/Navigation/NavBar/NavBarItem (Navigation Bar Items) created automatically by CRM are missing in the FormXml. They appear there if you customize those navigation items, for instance: change labels or…
Alex
  • 211
  • 2
  • 12
4
votes
1 answer

Early Bound Class Generation, how to make seperate files with CrmSvcUtil?

We're in the process of upgrading from CRM 2011 to CRM 2016 and as such are rewriting and restructuring quite a lot of our back end code. One of the things we'd like to do is move the Early Bound classes from one gigantic file with all of the…
cward0909
  • 96
  • 6
1 2
3
46 47