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
0
votes
0 answers

Custom Workflow Activity Image Download Failing C# (Crm Online 2016)

I'm new to custom workflow activities in Dynamics CRM 2016. I'm trying to download an image from url in the code below, the workflow is deployed in Dynamics crm online 2016. When I try to debug in visual studio the Plugin Registration Tool crashes…
gee
  • 49
  • 1
  • 1
  • 5
0
votes
1 answer

Integration between custom system and Crm Dynamics 2016 Online

I'm working on Dynamics since about 1 year, and I'm working on "on premise" environments, and I don't know very much about online solutions. I should now integrate 2 systems through webservice, and one of them involves Microsoft Dynamics CRM Online…
lateralus
  • 1,020
  • 1
  • 12
  • 35
0
votes
1 answer

MS CRM: Allow to Create entity record only from subgrid

I am using MS CRM 2016 On-Premises. I am configuring child entity and parent entity. I need to allow child entity creation only from subgrid on parent entity. And to disable child entity creation from other child entity views and forms and from…
0
votes
1 answer

Selenium on MSD CRM - NavBarOverlay blocks clicks

I'm trying to use Selenium C# for Automated UI Tests within CRM 2016 SP1. When trying to click on an element in the ContentIFrame, I often get the exception Element is not clickable at point (743, 496). Other element would receive the click:
Chielus
  • 632
  • 8
  • 18
0
votes
1 answer

Javascript function call from silverlight in MSCRM 2016 turbo forms

I am trying to call a javascript function "myFunction" which is in the namespace "quote.Controller" which is loaded on Quote form. I am trying to create an instance as below ScriptObject…
0
votes
1 answer

OData CRM query: Any open opportunities with a given target?

Our organization has a CRM installation on which we've done extensive customization. Right now I'm trying to implement a solution to enforce a business rule: Prevent users from updating a program to inactive when the program is a designation…
0
votes
1 answer

Get all Activities to one Account - CRM 2016

my question is, is it possible to get all Activities for one Account in CRM by a SQL-Query in a acceptable period of time? Surprising is, that all the Activities are in the Account-Overview in CRM. And that page loads instantly. I've build a query…
R3tty
  • 39
  • 7
0
votes
1 answer

Dynamics CRM sdk C# Create email with embedded image

In the Dynamics CRM sdk C#, is there any ways to create email with an embedded image inside the email body?
Alfred Lau
  • 21
  • 2
0
votes
1 answer

How to preselect a multiselect parameter using prefiltering in SSRS with fetchxml in Dynamics CRM 2016

I have an SSRS report query for which is in fetchxml. The main dataset "DS_PromissoryNotes" which fetches data for the report has a pretty basic query.
qub3
  • 1
  • 4
0
votes
0 answers

Fetchxml to get record count only by parent and not by linked entity

Currently I am trying to retrieve count of parent records where condition is governed by linked entity record. When I am trying to run fetchxml without any aggregation record count is coming fine , but when I try to do aggregation it is coming…
0
votes
1 answer

How to complete "ms crm duplication plugin" without exception and without message?

I wrote the following plug-in for ms crm 2016 that's detect duplication. public void Execute(IServiceProvider serviceProvider) { var context = (IPluginExecutionContext)serviceProvider.GetService(typeof(IPluginExecutionContext)); …
user6408649
  • 1,227
  • 3
  • 16
  • 40
0
votes
1 answer

Visual Studio 2013: Open Existing Report in Report Wizard?

I have not seen this one yet, so I am hoping one of you can help me out here. I am in VS 2013, have a Report Server solution going, and when I click Add New Report, it opens up a report in VS. I can use the query designer to add fields and such,…
0
votes
1 answer

Filter based on annotation property in CRM WEP API

I am using the CRM WEB API 2016 v8.1. I need to filter data based on annotaion property like this one _objectid_value@Microsoft.Dynamics.CRM.lookuplogicalname Anyone know how to do that or if it is implemented or not?
M.Abulsoud
  • 989
  • 7
  • 23
0
votes
2 answers

Dynamics CRM 2016 Plugin triggered when user role assignments are changed

Is it possible in Dynamics CRM 2016 to have a plugin that fires when any user's role assignments are changed? If so, what message and entity would I register this plugin on?
lox
  • 1,602
  • 4
  • 27
  • 41
0
votes
1 answer

Error: "The network name cannot be found" during In-place upgrade from CRM 2015 to CRM 2016

During the "In-place upgrade" procedure from CRM 2015 to CRM 2016 (on premise) I receive the following error message: Error| System.Exception: Action Microsoft.Crm.Tools.Admin.InstallSqlClrHelperAction failed. ---> System.IO.IOException: The network…