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
1 answer

Dynamics CRM workflow date field

I have a workflow that sets the value of a date field at (today + 30 days). In the appointments form I have a field that shows the remaining time, in days, till the limit set above by the workflow. The problem is that the value of the datetime field…
Sean
  • 923
  • 3
  • 14
  • 36
0
votes
2 answers

How to Print Letters Out of CRM

I have a client that frequently response with "snail mail" for Cases. They want to be able to select a response letter type (they have around 50+ standard letter types they choose from) on the Case, and then at their leisure, go and print off the…
Daryl
  • 18,592
  • 9
  • 78
  • 145
0
votes
1 answer

Dynamics CRM lookup to quote products (aka quote details)

I'm using CRM 2016 quotes and quote products (quote details). Business requirement is to have a possibility to specify requested delivery dates to each quote product. There might be several delivery dates to one quote product. I want to create…
0
votes
1 answer

NET 4.6.1, NET 4.5.2 and CRM 2016

I have Net 4.5.2, in Windows 2012 R2, and CRM 2016 installed. I use VS 2013. I want créate WCF Services .NET 4.6.1, and hosting in IIS 8.5 in the Windows 2012 R2 + CRM 2016 server. CRM 2016 manages Net 4.5.2. Any problems if I install Targeting…
0
votes
1 answer

Dynamics Crm workflow avoid update of record

In a CRM 2016 online real-time workflow, is it possible to avoid a record to be updated? In particular i created a real-time workflow of the type "before record status updated", and my objective is that I don't want an opportunity to be activated,…
Sean
  • 923
  • 3
  • 14
  • 36
0
votes
1 answer

An error has occured {1}{0} while importing solution in CRM 2016

Dynamics CRM Error: Importing Solutions in CRM 2016– An Error has Occurred {1}{0}. How to solve this issue.
0
votes
2 answers

How to change icon of Extension Entity in Microsoft Dynamic CRM 2016 Online?

I have created custom entities. I have set it in Sales. So, user can open it and use it. Ex. I have created new entity Purchase Order & Purchase Order Invoice. It shows default icon(Green) of CRM. I want to change that icon and set my icon. Can…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

CRM 2016 Plugin Fails with Error : Plugin data is corrupted or too large - Notes

I am developing a plugin for a CRM 2016 On Premise implementation. The max file size setting has been set to 30,000 KB in Administration -> system settings -> Email tab. I have a plugin which runs asynchronously on post create of notes. The plugin…
mahajan
  • 68
  • 9
0
votes
1 answer

Customized Global Search functionality using Microsoft Dynamic CRM 2016 Online?

Microsoft Dynamic CRM Online provide in built functionality of Global CRM Search functionality: https://www.youtube.com/watch?v=KujytK3E4nI I have design a HTML page and add as a WebResource in Solution. In that form I have a Search Textbox and…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
2 answers

Issue with lookup filter criteria and subgrid issue in a specific scenario

Following is the exact scenario in my Dynamics CRM application: There are two entities "Departments" and "Employees", where there is 1:N relationship from Departments to Employees. I have created a lookup view on Employees which is expected to…
0
votes
0 answers

Pass parameter from dialog to custom worklow activity CRM 2016

I have a simple custom workflow activity with the following parameter: [Input("String")] public InArgument String { get; set; } In the execute method I only have a throw InvalidPluginExecutionException to show me the value of Sring: throw…
budahead
  • 185
  • 1
  • 9
0
votes
2 answers

How to retrieve name of Javascript events attached to form in CRM 2016 server side

I am trying to retrieve All the Javascript events/libraries attached to the form of particular entity from the server side. I am able to retrieve the all the forms of that particular entity by using query expression QueryExpression q = new…
0
votes
0 answers

CRM Solution Import Problems

We are setting up Quality Assurance(QA) Environment for our client. There is a solution in the production Organization which is unmanaged. This has to be imported into the QA Organization. 1) We exported the Unmanaged solution from production and…
0
votes
0 answers

saving the form navigates to end of the crm form

I am facing an issue in CRM 2016. I have a custom entity called shipment. when I update any field value and save the record it automatically scrolls down to the end of the page. Did any one faced the same issue? Please find me a solution for this.…
0
votes
1 answer

How to add data in CalendarRulesType attribute using c# in Dynamics CRM

Can anybody give an example or ref link for how to add data or create a record with CalenderRules type attribute using c# in dynamics crm. Information about CalenderRules type attribute is displayed in below link.but can't find actually how to…
chhaya_patel
  • 171
  • 1
  • 2
  • 15